Skip to content

A Streamlit application to generate code from images

Notifications You must be signed in to change notification settings

Agnibaan/gemini-ui-to-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Gemini UI to Code Streamlit App

This Streamlit app is designed to convert UI designs into code using the power of AI. It analyzes uploaded images of UI designs and generates corresponding HTML code, making it easier for developers to bring their designs to life.

Installation

To install the necessary dependencies, run the following command:

pip install -r requirements.txt

Running the App

To run the app, use the following command:

streamlit run app.py

Configuration

Before running the app, you need to configure your API key in the app.py file. Replace YOUR GEMINI KEY with your actual API key to enable the AI functionalities.

You can also select the Gemini model you want and even tell Gemini to use a specific CSS framework.

About

A Streamlit application to generate code from images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%