Skip to content

tomerbv/geo-copilot-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geo-copilot-service

Prereqs

  • Python 3.10+
  • Ollama running locally
  • Pull a model: ollama pull llama3.1:8b

Run

python -m venv .venv
. .venv/Scripts/activate      # Windows PowerShell
pip install -r requirements.txt
copy .env.example .env        # adjust if needed
python app.py

Service listens on http://localhost:8080.

Improvement:

  • add relevant apis for metadata
  • improve metadata framing for llm model
  • add proper error handling
  • improve metadata services architecture design
  • return complex types (images / list of travel suggestions)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages