Skip to content

Text to emotions using RNN, FastAPI, simple and fun 🔥

Notifications You must be signed in to change notification settings

TorryDo/text2emotions-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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