Skip to content

maharshi-roy/sentience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentience

Sentience is a Machine Learning Web Application developed in Python 2.7.
The Web Application is a Django app, with the following machine learning modules and 3rd party libraries:-

Machine Learning Functionalities

  • Sentiment Analysis of User Input

Installation Procedure

To get the app running locally, one needs to have [python] (https://www.python.org/downloads/) installed in the system.
👉 Install Python 2.7 version
Thereafter install the following packages using pip: django, numpy, scipy, nltk, scikit-learn.

pip install django
pip install scipy
pip install numpy
pip install scikit-learn
pip install nltk

Thereafter clone or download the source and you're good to go!!

Running the App

Navigate to the root folder of the application. Then execute the following command:-

python manage.py runserver

The app should be up and running on [localhost, port 8000] (http://localhost:8000/). Yay!!