Dataset used from kaggle link: https://www.kaggle.com/datasets/nehalbirla/vehicle-dataset-from-cardekho
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txtshould be run on http://127.0.0.1:8000 or change your api url on streamlit_app.py
python -m uvicorn app.main:app --reload.\venv\Scripts\activate
python -m streamlit run app/streamlit_app.pygit clone https://github.com/pbhttai/car_price_predication_cardekho.git
cd car_price_predication_cardekho