Skip to content

jw2579/scrollfit_backend

Repository files navigation

Folder

** Routes:contains the routes : *"chat/elia": Returns ELIA answer *"chat/elia/sse": Returns ELIA answer streamed using server side events *"chat/tony": Returns Tony answer *"chat/tony/sse": Returns Tony answer streamed using server side events *"analyze-food": Analyze food image, returns answer about the food quality and rating *"analyze-food/sse": Analyze food image, returns answer streamed using server side events ** Services: contains the different functions

Run :

python app.py

Requirements:

pip install flask
pip install flask-cors
pip install openai
pip install elevenlabs
pip install pillow  # for image handling
pip install python-dotenv  # for environment variable management
pip install speechrecognition
pip install pydub
pip install git+https://github.com/openai/whisper.git
pip install openai-agents

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors