This is the backend
project that implements my Text to Emotions Model 🤖 using FastAPI ⚡
- clone this repository
git clone --recursive [URL_HERE]
- install required packages from
requirements.txt
- run FastAPI app using terminal command:
uvicorn src.main:app --reload
- go to: http://127.0.0.1:8000/