A personal AI chatbot using Langchain
, Google's GenAI llm
, DuckDuckGo
search engine and PyPdf2
.
It fetches information using
DuckDuckGo
search engine to have an updated information that you need.
It also have aPDF chat
that you might wanna use whenever you want a PDF as it's base knowledge.
To install all package, just
pip install langchain dotenv PyPdf2 streamlit
Create your own
.env
and have yourGenAI
API key
To run code, juststreamlit run app.py
.