Streamlit App using Gemini Pro
https://gemini-st.streamlit.app/
API Key is required to use this app.
curl -sSL https://install.python-poetry.org | python3 -
portry install
poetry run streamlit run app.py
or
pip intsall -r requirements.txt
streamlit run app.py
-
GOOGLE_API_KEY : Gemini API Key
Get API Key from Google AI Studio
Gemini Pro API を使ってみる(Japanese)