Coder Social home page Coder Social logo

teamextrapolate / extrapolate Goto Github PK

View Code? Open in Web Editor NEW
10.0 6.0 2.0 84.77 MB

Source code for AICTE's work done by Team Extrapolate (winner@SIH'17) during 2017-2018

License: Apache License 2.0

Jupyter Notebook 4.66% Python 0.11% JavaScript 0.06% CSS 0.07% HTML 95.09% TeX 0.01%
python machine-learning data-science smart-india-hackathon sih2017 aicte django

extrapolate's Introduction



Smart India Hackathon, 2017, was orgarnized jointly by Ministry of Human Resource Development, All India Council for Technical Education (AICTE), Inter Institutional Inclusive Innovation Center (i4C), and Persistent Systems, as a unique initiative to identify new and disruptive digital technology innovations for solving the challenges faced by our country, India.

What is this repository for?

This repository showcases the work done by Team Extrapolate, Winners Smart India Hackathon 2017, for the project that was awarded to them by the All India Council for Technical Education, Government of India, after securing the first position in Smart India Hackathon'17 under the AICTE.

Project Details

The process entailed extracting information from the unprocessed data AICTE collects from Institutes across the country to find useful insights. The generated plots are being presented in the form of a web application.

Technical Details

Abstract Architecture diagram of the project.



  • The project has been architected to keep scalabilty as well as ease of development in mind.
  • Python 3.x is the language used in the project, because of the ranges of web as well as machine learning libraries it supports for developemnt.
  • Scientific computation libraries like Scikit-learn, Numpy and Scipy are used to support data-science related tasks.
  • Django Web Framework has been used as the primary web framework for the project to handle HTTP/HTTPS traffic.
  • The project uses HTML/CSS and JavaScript on front-end and Plotly for visualizations.
  • Celery and Redis are used to support background jobs, and to keep the Django API server free of long running processes.
  • For persistent storage, PostGreSQL is the primary relational database used.
  • On production environment, Gunicorn is used as the primary WSGI server for the project.
  • Nginx, is used as a reverse proxy, as well as used to serve static content for the project.

How to set up this project in your local machine?

Summary of set up

  • Always work in a virtual environment, install virtual environment from https://virtualenv.pypa.io/en/stable/ .
  • Install pip by typing curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py and then typing python3 get-pip.py, to install pip for Python3.x
  • Download and install virtual environment for Python3.x, by typing pip install virtualenv
  • To run the project, go to the root directory of the project run virtualenv env
  • Then install activate the virtual environment, using source env/bin/activate
  • Install the dependencies by pip3 install -r requirements.txt
  • Install and configure PostgreSQL, as the relational database.
  • For more follow this - blog
  • If you are configuring the project for the very first and all the database setup steps have been implemented successsfully please run the following to populate the relational db schema to the database created, type python3 manage.py migrate.
  • To run the server python3 manage.py runserver.
  • To deactivate the virtual environment deactivate.
  • Deployment instructions

Contact

extrapolate's People

Contributors

akshaysharma096 avatar avi1310 avatar dhruvkuchhal avatar raunaqjain avatar sominw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  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.