Skip to content

funkysandman/geowise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoWise

A Streamlit app for extracting and geocoding locations from text using GPT-3.5 and GPT-4

DevContainer

This project uses a devcontainer to ensure that the development environment is consistent across all developers. To use the devcontainer, you will need to install the Remote - Containers extension for VSCode.

Getting Started

Deployment

  1. Make a copy of the local.env.example file:
cp scripts/environments/local.env.example scripts/environments/local.env
  1. Fill in the values in the local.env file
  2. Run make deploy
  3. Navigate to the WebApp URL mentioned in the stdout.

Developing Locally

  1. Run source scripts/environments/local.env to populate your environment variables
  2. Run streamlit run app/Home.py
  3. Open your browser and navigate to http://localhost:8501

About

sample from microsoft

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published