- Python 3.x
- Set up a
.envfile with your Gemini API key. - Install dependencies by running:
pip install -r requirements.txt
"Car Identifier" is a Streamlit web application for identifying cars using the Google Generative AI API. It provides informative descriptions and specs for uploaded images of Cars or any other vehicles along with its manufacturing company .
- Upload images of Cars or any other vehicle.
- Receive informative descriptions,components and specs of the car in a tabular format
- Get info on the car manufacturing company and a google link to the car's purchasing site.
- Visit the application here.
- Upload an image of a Car or a Vehicle .
- Click on "Tell me about the Car" button.
- Wait for the AI to process the image and provide info.
- Review the generated content and explore the insights.
google.generativeai: Wrapper for the Gemini Generative AI API.dotenv: For loading environment variables.streamlit: Framework for creating web applications.PIL: Python Imaging Library for image processing.
streamlit run your_app_name.py