Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

36 lines (29 loc) · 1.16 KB

📸 Image Analyzer App

Welcome to the Image Analyzer! 🎉 This is a simple and fun Streamlit app that lets you upload images and perform cool analysis like color extraction 🎨 and face detection 👤.

🚀 Features

  • Color Analysis 🎨: Discover the dominant colors in your image!
  • Face Detection 👤: Spot those faces using OpenCV!

🛠️ Installation

  1. Clone this repo:
    git clone https://github.com/AASoftIR/streamlit-photo-analyzer-python.git
    cd image-analyzer-app
  2. Install the required packages:
    pip install -r requirements.txt

3.Run the app:

   streamlit run app.py

📷 How It Works

  1. Upload an Image: Choose a .jpg, .jpeg, or .png file.
  2. Select Analysis: Pick either "Color Analysis" or "Face Detection."
  3. See the Magic: Watch as your image gets analyzed in real-time! ✨

🤝 Contributing

Feel free to fork the repo and submit PRs with enhancements or bug fixes. Let's make this app even cooler! 😎

📄 License

This project is open-source and available under the MIT License.

Made with ❤️ by AASoftIR