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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTcwMDgsIm5iZiI6MTczOTQ1NjcwOCwicGF0aCI6Ii85MTE0Nzk0Mi8yOTQ3NTU4NTUtYTliYTM1YjYtM2M0Yi00ODk5LWJhY2YtYTFjNWEyMzBjODJiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE0MjUwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThhZGEwOTUxNmQ2MjIzNzE2YTk0YWY4MWQwMDdiYmIwM2U3ZDQ0NTRhZDA4OTlhYjgyZTAwNDRmMGEzN2ExYjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.4GxLENab-V25CvfgH9H4IFrC3OXSQ5vJlMbTQN4rZuw)
-
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.