- Price Assist helps the users to get the best price for their used old cars in a matter of minutes.
- Our app makes use of the various specifications of your car like mileage, brand, kilometers driven, etc. to predict its most optimal selling price.
- If someone is interested to buy a second-hand vehicle, they will know whether the price offered by the seller is overpriced or not.
- The app makes use of Material UI 5 for the beautiful UI components.
- All the icons are taken from Icons8 under its free-tier subscription and react-icons package.
- React is a JavaScript-based UI development library.
- Facebook and an open-source developer community run it.
- Although React is a library rather than a language, it is widely used in web development.
- The library first appeared in May 2013 and is now one of the most commonly used frontend libraries for web development.
- React offers various extensions for entire application architectural support, such as Flux and React Native, beyond mere UI.
- Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design.
- Django was designed to help developers take applications from concept to completion as quickly as possible.
- Django takes security seriously and helps developers avoid many common security mistakes.
- Some of the busiest sites on the web leverage Django’s ability to quickly and flexibly scale.
- Scikit-learn (Sklearn) is the most useful and robust library for machine learning in Python.
- It provides a selection of efficient tools for machine learning and statistical modeling including classification, regression, clustering and dimensionality reduction via a consistence interface in Python.
- This library is largely written in Python and is built upon NumPy, SciPy and Matplotlib.
- Fork and clone the repository locally.
- Navigate to the cloned folder
- Download the latest version of Node.js for your OS
- Run
npm install
- Start the app
npm run
- Create Python Venv and download all the dependencies using requirements.txt (present in /backend)
- Run
python manage.py runserver
on windows andpython3 manage.py runserver
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement" or "feature". Don't forget to give the project a star!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This application is released under MIT License for fair use (see License).