Skip to content

DUHacks is a Web App that showcases the use of Neural Network in performing Sentiment Analysis on Financial Keywords.

Notifications You must be signed in to change notification settings

sen-t-ment/DuHacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#SENTIMENT ANALYSIS ON FINANCIAL TWEETS

This is a Sentiment Analysis Project developed for the DuHacks Hackathon, is a web application which essentially takes statements from Users to perform Sentiment Analysis on them. The Web-App is made with flask framework for Back-end Development, a Convolutional Neural Network made from scratch with Keras,Tensorflow, sklearn, nltk which performs sentiment analysis and HTML, CSS and AJAX is used for the Front-End Development.

Installation Steps(Windows): Perform the following steps in order to install the Project onto your System:

Step 1: Clone on to your system

git clone https://github.com/prakrutipathak/Financial-Sentiment.git

Step 2: Create Virtual Environment:

python -m venv env

Step 3: Activate the Environment:

env\Scripts\Activate.bat

Step 4: Install all the Packages: After Activating the Virtual Environment type in the below command for installing all the packages used for the development of this project (Note: requirements.txt will be included in the project folder.).

pip install -r requirements.txt

Step 5: Execute Web.py (Note: Make Sure you Activate the Environment beforehand eachtime you execute.)! :)

About

DUHacks is a Web App that showcases the use of Neural Network in performing Sentiment Analysis on Financial Keywords.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published