https://github.com/swamikannan/uber-nyc-fare-prediction-app
A fare prediction app built on Streamlit
https://github.com/swamikannan/uber-nyc-fare-prediction-app
fare-prediction pytorch streamlit-webapp uber
Last synced: 8 months ago
JSON representation
A fare prediction app built on Streamlit
- Host: GitHub
- URL: https://github.com/swamikannan/uber-nyc-fare-prediction-app
- Owner: SwamiKannan
- License: mit
- Created: 2022-10-18T04:49:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T15:01:52.000Z (about 3 years ago)
- Last Synced: 2025-01-14T02:47:51.666Z (10 months ago)
- Topics: fare-prediction, pytorch, streamlit-webapp, uber
- Language: Python
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Fare_Prediction_App
A web app for fare prediction built on top of my machine learning model for predicting NYC cab fares.
For model creation, training and testing, check the repo [here](https://github.com/SwamiKannan/NYC-taxi-fares)
### App Screenshot:
### Reference calculations:
### Run the app
```
pip install streamlit
```
```
streamlit run app.py
```