Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dofire/text2emotions-backend

Text to emotions using RNN, FastAPI, simple and fun 🔥
https://github.com/dofire/text2emotions-backend

backend backend-api emotions-detection emotions-recognition fastapi python rnn tesorflow text-classification text-to-emotion

Last synced: 22 days ago
JSON representation

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

Awesome Lists containing this project

README

        

### Text to Emotions API âš¡
This is the `backend` project that implements my [Text to Emotions Model](https://github.com/TorryDo/text2emotions_RNN) 🤖 using [FastAPI](https://github.com/tiangolo/fastapi) ⚡

### How to run?

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

### Demo

![image](https://github.com/TorryDo/text2emotions_backend/assets/85553681/04d27cec-5dd7-4f7f-9eba-60bdc4a8f6c8)