- Fun Project to Create a blog from an uploaded image using Gemini Pro Vision Model.
- Upload an image and generate a mini blog using the generative model.
- Gemini Pro Vision + Streamlit
- Create a virtual environment:
conda create -p venv python==3.11.4 --y
- Activate it:
- Windows:
conda activate {path_to_env}
- Windows:
- Install packages:
pip install -r requirements.txt
- Create an API_KEY for the model to run
- Start the app:
streamlit run main.py