Skip to content
forked from lloistborn/asep

Sentiment Analytics using K-Means Clustering

Notifications You must be signed in to change notification settings

airlab-unsri/asep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Products Sentiment Analysis

We provide an application that can measuring sentiment of twitter user

Installation

Make sure python 3xx is installed on your system, i'm only provided for windows user:

First, move into dir where do you want to put the cloning git, for example E:

$ git clone [git-repo-url]asep.git
$ cd asep

set virtual environment for django project on E:/asep/, so it won't bother your machine then activate it

$ python -m venv myenv
$ myenv/Scripts/activate.bat

download django

$ (myvenv) ~$ pip install django

or

$ (myvenv) ~$ python -m pip install django

Runserver - find out where ever you find file manage.py and run this command

$ (myvenv) ~$ python manage.py runserver 

License

Make sure answer and teach those people whom asking you about any related to this topic

Contact

About

Sentiment Analytics using K-Means Clustering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.4%
  • CSS 28.9%
  • Python 10.8%
  • HTML 1.9%