Skip to content

NYC Taxi Fare Predictor is a WEB application that generates an NYC Taxi ticket by predicting the taxi fare using simple Linear Regression.

License

Notifications You must be signed in to change notification settings

dasdebjeet/nyc_taxi_fare_predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



NYC Taxi Fare Predictor using Linear Regression, check it out... 👇👇
Made in python, django, HTML, CSS, jquery, and ajax.

NYC Taxi Fare Predictor is a WEB application that generates an NYC Taxi ticket by predicting the taxi fare using simple Linear Regression.

How to setup

Clone the project:

git@github.com:dasdebjeet/nyc_taxi_fare_predictor.git

How to run Python script

To install all the requirements for the project run

pip install -r requirements.txt

In the app_V1 directory. After the modules have been installed you can run the project by using python

py manage.py runserver

demo



How to use the app

After opening the application

  1. Give the name of the passenger in the Passenger Name
  2. Give the number of passengers going to travel in the Passenger Count (0 < passenger count <= 5)
  3. Then give the pickup location and dropoff location in the Pickup Location & Dropoff Location respectively
  4. After giving all the inputs click on the Predict button and wait patiently while your Ticket is generated

app_demo.mp4

Hola! Enjoy the ride...


Made with </> by DebjeetDas. © 2023 all rights reserved.
Author: Debjeet Das

About

NYC Taxi Fare Predictor is a WEB application that generates an NYC Taxi ticket by predicting the taxi fare using simple Linear Regression.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published