Auto Value Pro is a Streamlit web application that predicts the price of a car you want to sell or buy. It provides a user-friendly interface to input details about the car and uses machine learning algorithms for price prediction.
- Predict car prices based on various input parameters.
- Simple and intuitive user interface.
- Modular code structure for better organization.
- Integration with Streamlit for web-based deployment.
![Screenshot 2024-01-07 at 5 21 47 PM](https://private-user-images.githubusercontent.com/91147942/294755855-a9ba35b6-3c4b-4899-bacf-a1c5a230c82b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODQxMDAsIm5iZiI6MTczOTQ4MzgwMCwicGF0aCI6Ii85MTE0Nzk0Mi8yOTQ3NTU4NTUtYTliYTM1YjYtM2M0Yi00ODk5LWJhY2YtYTFjNWEyMzBjODJiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIxNTY0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ5ZDEwMWM5NmZlYjIxMGZmZjE5OWU1Y2YyYTNkOWRkMGM2OWQ4YzE5YzFlOTM5NzY0MzBiMjI3OWE4NmQwZTcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.O1HXb1BiERiawi7kqKvNGoJiqWdz6XG650YyDm2VeDo)
-
Clone the repository:
git clone https://github.com/your-username/auto-value-pro.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run main_app.py
-
Open the provided URL in your browser to use the application Auto Value Pro.
This project is licensed under the MIT License.