Simple streamlit web-app & fastapi server to communicate with Ollama backend.
- Update
config.jsonfor app - Create & Activate a new python env with conda (
brew install --cask miniconda) cd clientand runpip install -r requirements.txtcd serverand runpip install -r requirements.txt- Run Ollama server (localhost:11434)
streamlit run client.py
python server.py
Open https://localhost:8501/