Giter Club home page Giter Club logo

juco's Introduction

JUCO

JUCO is the "JUv sCOre" analysis tool that will be used to evauate companies on various different metrics. This README provides a guide to the files and how to use the repository.

You HAVE TO use a virtual environment when working with this repository. The README provides a guide to creating this. Additionally, you have to update a file with dependencies as you continue adding them for the various software that we will be creating. There is a guide to how to update the repository to include these dependencies further down.

Starting out

  1. Clone Repository
  2. cd to Repository

Create a virtual environment

  1. Type virtualenv venv when you are inside the JUCO file
  2. To activate your virtual environment, type source venv/bin/activate
  3. Install the dependencies
  4. Continue working within this virtual environment
  5. Deactivate the environment by typing deactivate

How to install the various dependencies

  1. Within your virtual environment, type pip install -r requirements.txt to install the dependencies
  2. When you install new dependencies, update this file by typing pip freeze -l > requirements.txt

What are the various files

  • (a): requirements.txt: Needed to install the dependencies
  • (b): vader_test.py: Testing the VADER sentiment analysis

juco's People

Contributors

n0rlant1s avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.