Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

IEEE-NITK/Ride-Sharing-Bike-Project

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ride Sharing Bike Project

  • There is an increase in cycling culture around the world and automated cycle renting systems are being set up. Cycles are taken from one stop and dropped at any other stop. Cycles are used depending on many features such as weather, month, year. Being able to predict the requirement of cycles will optimise the cycle renting systems. They will help to use the right number of cycles and make the most out of them.

  • This is the problem that we have solved. We have build a model that will predict the number of cycles required/consumed each day. We have used a SVR model and made a webapp which will show the prediction for the given input of date and a few more parameters.

Setup

  • Download or clone the repository. In case you are cloning the repository, run the following command:
git clone https://github.com/IEEE-NITK/Ride-Sharing-Bike-Project/
  • To run the Flask app you need to have Python 3 pre-installed in your system. After that create a virtual environment and run the following commands.
virtualenv venv
pip install -r requirements.txt
  • To run the Flask app, run the following commands:
python server.py

Supported Platforms:

  • Windows
  • Linux
  • MacOS

Copyright and license

  • Code released under the MIT license.

Project Members

Third Years

  • Salman Shah
  • Hrishi Hiraskar
  • Aditya A
  • Mohita Chowdhury
  • Jeshventh Raja

Second Years

  • Anumeha Agrawal
  • Adil Ashique
  • Rosa George

Poster

References

About

IEEE Bike Sharing Ride Project under IEEE CompSoc for the year 2017-2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages