Skip to content

TIDYMOUSE/SixBits-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis

A tool analyzing the sentiments expressed by various social media posts.

Installtion instructions :-

  1. Make sure you have the latest python and pip versions
  2. Run following command in terminal to install django :
pip install django
  1. Run following commands to install the modules needed for machine learning :
pip install torch
pip install transformers
pip install spacy
pip install sentencepiece
python -m spacy install en_core_web_sm

Repo Instructions :-

  1. Cloning
git init
git clone https://github.com/TIDYMOUSE/SixBits-Sentiment-Analysis.git
  1. Pushing/ pulling

note : ive kept default branch name master, u can create a new branch or commit to main(master)

git remote add origin https://github.com/TIDYMOUSE/SixBits-Sentiment-Analysis.git
git push -u origin main
git pull origin master

RUN DJANGO :-

Run following command in termninal :-

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published