Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shinyq/django_thesis-sentiboard-university-sentiment-app

My Bachelor Thesis, A Sentiment App For Twitter Post About Telkom University. Username & Password: admin
https://github.com/shinyq/django_thesis-sentiboard-university-sentiment-app

classification django python3 sentiment-analysis twitter-api web-application

Last synced: 2 days ago
JSON representation

My Bachelor Thesis, A Sentiment App For Twitter Post About Telkom University. Username & Password: admin

Awesome Lists containing this project

README

        

# **Sentiboard**
A Sentiment Analysis Dashboard For Telkom University Social Media

## **Tech Stack**
- Python 3.9
- Django
- Plotly
- Transformer (IndoBERT)

## **Installation Steps:**

Make sure you have the rust programming language installed:
- `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`

Install pgsql connector:
- `brew install postgresql` for MAC
- `sudo apt-get install libpq-dev` for Debian/Ubuntu

Manual Installation:
- Create virtual environment (python3 -m venv Scripts)
- Activate virtual environment (source Scripts/bin/activate)
- Upgrade latest pip version (pip3 install --upgrade pip)
- Install Requirements (pip install -r requirements.txt)

## **Running Application**
- Manual : `python3 manage.py runserver localhost:9000`