AutoValue AI is a machine learning-powered web application that predicts car prices based on various parameters and provides EMI calculations for financing options.
- Instant Price Predictions: Get real-time market value estimates for cars
- User-Friendly Interface: Clean, modern design with an intuitive form
- EMI Calculator: Calculate monthly installments based on predicted prices
- Multiple Parameters: Considers various factors including:
- Car manufacturer and model
- Year of purchase
- Fuel type
- Kilometers driven
- Indian Currency Format: Displays prices in Indian number system (lakhs/crores)
- Frontend: HTML, CSS, JavaScript
- Backend: Python (Flask)
- Machine Learning: Scikit-learn (Linear Regression)
- UI Framework: Bootstrap 5
- Additional Libraries:
- Font Awesome for icons
- Pandas & NumPy for data processing
- Python 3.x
- pip (Python package manager)
- Clone the repository
git clone <repository-url>
cd AutoValue-AI