Object Finder basically detects and lists out the various objects present in an image. Click here to try out
- Go through the disclaimer
⚠️ to understand more regarding what type of images will give best results. - Upload any image of your choice (upto 200MB)
- Wait for the image to be uploaded, the dimesions of the image will be updated
- Click on the button to detect the objects present
- Wait for few seconds and See the ✨Magic ✨ Happen.
-
clone this repository
-
Object Finder requires Python v3.9+ to run.
-
Install the dependencies.
pip install streamlit
pip install google-generativeai
pip install Pillow
pip install python-dotenv # for environment variable
- Make sure to create your own generative-ai api-key using Google Cloud Console or Google Makersuite and replace it.
genai.configure(api_key=os.getenv("MY_SECRET_KEY")) # Replace with your own api-key by creating .env file
or
genai.configure(api_key="YOUR APIKEY") # Replace YOUR APIKEY with the actual value of your apikey
- To run the server
streamlit run "your_file_name"
- For Deploying your application refer Streamlit Community Cloud
Want to contribute? Great!
Object Finder uses streamlit.
checkout Installation above to set it up locally.
make sure all changes you make are in the testing branch.
The website is deployed using streamlit community cloud ⬇️