Skip to content

utsavbhattarai/ImageToBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image to Blog

  • 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

Startup 🚀

  • Create a virtual environment: conda create -p venv python==3.11.4 --y
  • Activate it:
    • Windows: conda activate {path_to_env}
  • Install packages: pip install -r requirements.txt
  • Create an API_KEY for the model to run
  • Start the app: streamlit run main.py

Screenshots

References

Releases

No releases published

Packages

No packages published

Languages