https://github.com/downtomarsguy/ai-generative-text-ui
Project uses Gemini.ai and Streamlit to create a simple generative AI chat UI
https://github.com/downtomarsguy/ai-generative-text-ui
gemini python streamlit
Last synced: about 2 months ago
JSON representation
Project uses Gemini.ai and Streamlit to create a simple generative AI chat UI
- Host: GitHub
- URL: https://github.com/downtomarsguy/ai-generative-text-ui
- Owner: downtomarsguy
- Created: 2024-09-21T16:02:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-21T16:08:26.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T13:46:01.210Z (over 1 year ago)
- Topics: gemini, python, streamlit
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
`pip install -r requirements.txt`
Then create a ".env" file and in this format, write:
```
api_key=[your_real_api_key]
```
And then run the following command: `steamlit run main.py`