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

https://github.com/atharva-lipare/poc-speech-to-senti-django

POC made with Django for an internship
https://github.com/atharva-lipare/poc-speech-to-senti-django

Last synced: 3 months ago
JSON representation

POC made with Django for an internship

Awesome Lists containing this project

README

          

## POC-speech-to-senti-django
- As an Intern I developed and conceptualised this POC to demonstrate it to the client.
## Features
- Its a [Django](https://www.djangoproject.com/) server with video upload functionality which renders Sentiment Analysis line
graph, word cloud,word frequency bar graph, personality insights and emotion analysis in the browser using
[Chart.js](https://www.chartjs.org/) and [Highcharts](https://www.highcharts.com/).
## Demo
- [Sample](https://drive.google.com/file/d/19Wv4Q0JXqHBdKG1LvJy3yOHhqciUj_Rt/view?usp=sharing) layout of webpage created for POC
## Setup
```
pip install -r requirements.txt
```
## Run
```
python manage.py runserver
```