Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 587 Bytes

File metadata and controls

20 lines (15 loc) · 587 Bytes

Text to Emotions API ⚡

This is the backend project that implements my Text to Emotions Model 🤖 using FastAPI

How to run?

  1. clone this repository
git clone --recursive [URL_HERE]
  1. install required packages from requirements.txt
  2. run FastAPI app using terminal command:
uvicorn src.main:app --reload
  1. go to: http://127.0.0.1:8000/

Demo

image