Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 5, 2022 07:32 pm GMT

Explore Seattle City Bikes trips

Overview

If like me you had the chance to live in a big city or a capital, you certainly came across these bikes :
Nextbike by Holger Schu on Pixabay

Theses bike sharing services are pretty popular nowadays and as a user I'm a pretty big fan of them. That's why as a Data Science student I chose to dig and play a bit with the data I could find about them.

The project consist in a small one-page dashboard to analyze and predicts the cycle share trips of the Pronto Cycle Share system, that was operating between 2014 and 2016 in Seattle, USA.

Screenshot
This project was built with FastAPI, MongoDB, Docker, Bootstrap and Chartjs.

Project can be accessed at the following url :
Pronto Dashboard

Submission Category:

This project belongs to the Prime Time category.

Link to Code

GitHub logo duranbe / bike-sharing

Dashboard on Pronto Bikes Data for MongoDB Atlas Hackathon

Bike Sharing

Pronto Bike Sharing Dashboard

Overview

The project consist in a small one-page dashboard to analyze and predicts the cycle share trips of the Pronto Cycle Share system, that was operating between 2014 and 2016 in Seattle, USA.

It was created for the DEV.TO and MongoDB atlashackathon

This project was built with FastAPI, MongoDB, Docker, Bootstrap and Chartjs.

Setting up the project

This project is built with Docker ,

First step is to build the image

docker build . -t bike-sharing

Then create a container, map the network port and the .env file

docker run --name bike-sharing-container -p 80:80 --env-file .env bike-sharing

To stop and delete the container

docker rm --force bike-sharing-container

Ressources




Additional Resources / Info


Original Link: https://dev.to/duranbe/explore-and-predict-seattle-city-bikes-trips-cac

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To