An open API service indexing awesome lists of open source software.

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

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`