Skip to content

Simple tutorial on creating a Chatbot QnA using Gemini

Notifications You must be signed in to change notification settings

agusswardanaa/gemini_chatbot_qna

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Gemini Chatbot Qna

Simple tutorial on creating a Chatbot QnA using Gemini that can read your PDF documents

How to run

In this instruction, I use pyenv for the virtual environment and python 3.9.17. It actually works on python >= 3.9

Prepare Environment

git clone https://github.com/ardyadipta/gemini_chatbot_qna
cd gemini_chatbot_qna
pyenv virtualenv 3.9.17 gemini_chatbot
pyenv activate gemini_chatbot
pip install -r requirements.txt

Create API Key

Run the app

    streamlit run app.py

About

Simple tutorial on creating a Chatbot QnA using Gemini

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%