The application is deployed on heroku under:
https://smile-emotion-recognition.herokuapp.com/
Every commit on the main branch will trigger a redeployment!
GET https://smile-emotion-recognition.herokuapp.com/helloWorld
or locally http://0.0.0.0:5000/helloWorld
response:
{
"data": "Hello World"
}
Instruction to set up the application locally:
install:
pip install -r requirements.txt
run:
python app.py