/deep_sentiment

ITS5200 Final Project Sentiment Analysis by Ravish Gupta, Matrika Gupta and Prerna Sirohi

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

its520_project

ITS520000 Final Project by Ravish Gupta, Matrika Gupta and Prerna Sirohi

Project is maintained using Agile Methodology

  1. Dashboard located at: https://github.com/ravyg/its520_project/projects/1
  2. Link to project Wiki: https://github.com/ravyg/its520_project/wiki
  3. Colaborators: https://github.com/ravyg/its520_project/graphs/contributors
  4. All issues: https://github.com/ravyg/its520_project/issues?utf8=%E2%9C%93&q=
  5. Completed milestones: https://github.com/ravyg/its520_project/milestones?state=closed
  6. Pending milestones: https://github.com/ravyg/its520_project/milestones?state=open
  7. Pulse: https://github.com/ravyg/its520_project/pulse/monthly

NOTE Highly important!!!:

1. If you are a colaborator Please DO NOT download a zip copy of this project.

2. Please never edit directly into file using github interface pencil sign.

Always clone.


To Start Working:


  1. Fork this repo. https://help.github.com/articles/fork-a-repo/
    git clone git@github.com:<ur_username>/its520_project.git
  1. Update you local fork from base repo https://help.github.com/articles/syncing-a-fork/
    git remote add upstream git@github.com:ravyg/its520_project.git
    git pull upstream 1.x-dev
  1. Create a new branch with your task name.
    git status -s

This will list files you have made changes on.

    git commit -m "Commit message and Issue number" /file/you/made/changes/on
  1. Commit and push code to your fork. 1.x-dev is branch you wish to push on. If you have created a branch from an issue you can push on that branch.
    git push orgin 1.x-dev
  1. Create a pull request to main repo. https://help.github.com/articles/about-pull-requests/

  2. Trust me someone will merge it for you.

  3. cheerS!

NOTE:

  • 1.x-dev repository is used for development. (Fork this initially)
  • 1.x is the running staging build by stable merge from 1.x-dev branch.
  • master is the final release branch.

Requirements:


Python 2.7 Tensorflow Numpy Sklearn CoreNLP


Installation:


TBD


Post Installation Configurations


TBD