├── README.md ├── app.py ├── gemini_handler.py ├── requirements.txt ├── sample_images ├── Capture.PNG ├── beauty_oil.png ├── cream_jar.png ├── serum_bottle.png └── test.txt ├── ui_components.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadibrahim313/Nano-Banana-Product-Marketing/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadibrahim313/Nano-Banana-Product-Marketing/HEAD/app.py -------------------------------------------------------------------------------- /gemini_handler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadibrahim313/Nano-Banana-Product-Marketing/HEAD/gemini_handler.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | streamlit 2 | Pillow 3 | python-dotenv 4 | google-genai 5 | 6 | -------------------------------------------------------------------------------- /sample_images/Capture.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadibrahim313/Nano-Banana-Product-Marketing/HEAD/sample_images/Capture.PNG -------------------------------------------------------------------------------- /sample_images/beauty_oil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadibrahim313/Nano-Banana-Product-Marketing/HEAD/sample_images/beauty_oil.png -------------------------------------------------------------------------------- /sample_images/cream_jar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadibrahim313/Nano-Banana-Product-Marketing/HEAD/sample_images/cream_jar.png -------------------------------------------------------------------------------- /sample_images/serum_bottle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadibrahim313/Nano-Banana-Product-Marketing/HEAD/sample_images/serum_bottle.png -------------------------------------------------------------------------------- /sample_images/test.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ui_components.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadibrahim313/Nano-Banana-Product-Marketing/HEAD/ui_components.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/muhammadibrahim313/Nano-Banana-Product-Marketing/HEAD/utils.py --------------------------------------------------------------------------------