Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚗 Car Brand & Color Detector

A simple Streamlit dashboard that uses Gemma 3:4b via Ollama to identify car brands and colors from uploaded images.

Features

  • 📸 Image Upload: Drag & drop car images (JPG, PNG)
  • 🤖 AI Analysis: Powered by Gemma 3:4b model
  • 🎨 Structured Output: Returns car brand and color only
  • Real-time Processing: Instant results via localhost

Quick Start

  1. Install dependencies:

    pip install streamlit openai pillow
  2. Start Ollama server:

    ollama serve
  3. Pull the model:

    ollama pull gemma3:4b
  4. Run the dashboard:

    streamlit run gemma_dashboard.py

Files

  • gemma_vehicle.py - Car expert agent with image analysis
  • gemma_dashboard.py - Streamlit web interface
  • LICENSE - Apache 2.0 license

Requirements

  • Python 3.8+
  • Ollama running on localhost:11434
  • Gemma 3:4b model installed

Tips

  • Use clear, well-lit car images
  • Avoid heavily modified vehicles
  • Works best with standard car brands

© 2025 Rebels Software sp. z o.o. | rebels.software
Licensed under Apache 2.0

About

A simple Streamlit dashboard that uses Gemma 3:4b via Ollama to identify car brands and colors from uploaded images.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages