Clone the repository
Project repo: https://github.com/
conda create -n llmapp python=3.8 -y
conda activate llmapp
pip install -r requirements.txt
GOOGLE_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# Finally run the following command
streamlit run app.py
Now,
open up localhost:
- Python
- Google API
- Streamlit
- PaLM2
- s2t
- t2s