Skip to content

Github Data Analysis and Contribution Recommender System

Notifications You must be signed in to change notification settings

kodekracker/Git-a-rec

 
 

Repository files navigation

Git-a-rec

Git-a-rec is a Data Analytics system, which uses huge amount of open Github Data to find deep patterns among Github Repos and Users Data.

##Installation

  1. Go to web-app root directory

        $ cd RecommendationApp
  2. For first time, run install.sh to create virtual environment of python

        $ chmod +x install.sh
        $ ./install.sh 
  3. To start/activate virtual environment

        $ source venv/bin/activate
  4. Install dependencies listed in bower.json and package.json

        $ bower install & npm install
  5. To run flask service

        $ python run.py

    Note: Flask service will run at http://localhost:5000.

  6. To run client-side AngularJS application

        $ grunt server

    Note: The Grunt server will run at http://localhost:8080.The Grunt server supports hot reloading of client-side HTML/CSS/Javascript file changes.

  7. To stop/deactivate virtual environment

        $ deactivate

About

Github Data Analysis and Contribution Recommender System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 94.0%
  • Python 2.5%
  • HTML 1.9%
  • R 1.1%
  • Scala 0.3%
  • JavaScript 0.2%