Skip to content

Asad-Aziz-001/Smart-Image-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Smart Image Vision

AI-Powered Image Analysis with BLIP + Dominant Color Detection
Instantly understand any photo using state-of-the-art vision-language models.

Python Streamlit Transformers PyTorch

✨ Features

  • Natural Language Description using Salesforce BLIP (top-tier image captioning model)
  • Dominant Color Detection with RGB values & color name
  • Stunning 2025-level glassmorphic UI with gradient backgrounds and smooth animations
  • Zero setup – just upload and get results in seconds
  • Fully responsive & mobile-friendly

🚀 Live Demo

🚀 Live Demo – Streamlit

🛠 Tech Stack

Technology Purpose
Streamlit Beautiful web interface
Hugging Face Transformers BLIP model for captioning
PyTorch Deep learning backend
PIL + scikit-learn Dominant color extraction (KMeans)
Custom CSS Modern gradient & glassmorphic design

📦 Quick Start (Local)

git clone https://github.com/yourusername/smart-image-vision.git
cd smart-image-vision

# Create virtual environment (recommended)
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Run the app
streamlit run ap.py

📄 Create requirements.txt

streamlit>=1.32.0
torch>=2.0.0
transformers>=4.35.0
pillow>=10.0.0
scikit-learn>=1.3.0
numpy>=1.21.0

Run this command to generate it automatically:

pip freeze > requirements.txt

🤝 Contributing

Pull requests are welcome! For major changes, please open an issue first.

👨‍💻 Author

Asad Aziz

📜 License

MIT License – feel free to use, modify, and share!


Built with passion in 2025
⭐ Star this repo if you found it useful!
```

About

AI-powered Streamlit app that instantly analyzes any image using Salesforce BLIP (deep vision model). Generates rich natural-language descriptions + detects dominant colors with RGB values. Modern glassmorphic UI, blazing fast, fully open-source. Built by ASAD-AZIZ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages