LIVE AT=> https://photo-slap.streamlit.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 👤.
- Color Analysis 🎨: Discover the dominant colors in your image!
- Face Detection 👤: Spot those faces using OpenCV!
- Clone this repo:
git clone https://github.com/AASoftIR/streamlit-photo-analyzer-python.git cd image-analyzer-app
- Install the required packages:
pip install -r requirements.txt
3.Run the app:
streamlit run app.py
- Upload an Image: Choose a .jpg, .jpeg, or .png file.
- Select Analysis: Pick either "Color Analysis" or "Face Detection."
- See the Magic: Watch as your image gets analyzed in real-time! ✨
Feel free to fork the repo and submit PRs with enhancements or bug fixes. Let's make this app even cooler! 😎
This project is open-source and available under the MIT License.