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
- Host: GitHub
- URL: https://github.com/atharva-lipare/poc-speech-to-senti-django
- Owner: atharva-lipare
- Created: 2020-10-23T06:45:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T07:35:43.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T06:41:29.824Z (8 months ago)
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```