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.