Skip to content

juanferax/used-cars-price-estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

used-car-price-estimation

Run backend

Neccesary python modules:

  • flask: pip install flask
  • flask_cors: pip install -U flask-cors
  • numpy: pip3 install -U numpy
  • pandas: pip3 install -U pandas
  • xgboost: pip3 install xgboost
  • sklearn: pip3 install -U scikit-learn
cd backend

python server.py

Run frontend

cd frontend

npm install

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors