Skip to content

This repository is dedicated to the DESIGN PROJECT CSF376 for Semester I 2017-18

License

Notifications You must be signed in to change notification settings

shreyasnbhat/education-engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description(v0.3)

This repository is dedicated for the Design Project of Data Mining/Analysis in Education Research for the Semester I 2017-18. The project aims to predcit the direction of a student's performance according to his/her past performances.

Project Technology Stack

  • Flask
  • MaterializeCSS
  • ORM + DB - SQLAlchemy
  • Task Queue - Celery + Redis(Broker)
  • Vagrant

Contribution Guidelines

  1. Pull requests to be sent from any branch of the fork except master
  2. Commit messages should be descriptive. For example feat:Added templates for Prediction Pages

Pull Request Creation Help

  1. git add *
  2. git commit -m "Descriptive Commit Message
  3. git push -u origin branchname

Fork Master Synchronization

  1. Assuming main repo has been added as a remote named upstream
  2. git fetch upstream
  3. git reset --hard upstream/master

Fork Branch updation with master

  1. Assuming feature-branch is checked out.
  2. Run git rebase master to update your branch if it is behind master(local)
  3. If conflicts arise fix them and run git add * and then git rebase --continue

About

This repository is dedicated to the DESIGN PROJECT CSF376 for Semester I 2017-18

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages