Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ak2k30/gemini-ui-to-code-main
https://github.com/ak2k30/gemini-ui-to-code-main
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ak2k30/gemini-ui-to-code-main
- Owner: AK2k30
- Created: 2024-06-14T07:07:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T07:21:54.000Z (5 months ago)
- Last Synced: 2024-06-14T08:36:18.265Z (5 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.