Skip to content

kosac-achyut/Sentiment_Analysis

Repository files navigation

Deep Convolutional Neural Network for Sentiment Analysis


# library need: NLTK
Keras (higher than 2.2)
scikit-learn
Pandas
NumPy
Matplotlib
TensorFlow

How to execute model.

First create a python venv and clone the gitrepo.

python3 venv -m "virtual environment name"
cd "virtual enviorment name"
source bin/activate
git clone "repo name"

Then install all the lib.

pip install NLTK scikit-learn pandas numpy matplotlib tensorflow

After above mentioned library intall.

pip install keras

after installing all the lib:

python3 model.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages