** 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
python app.py
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