A personal AI chatbot using Langchain, Google's GenAI llm, DuckDuckGo search engine and PyPdf2.
It fetches information using
DuckDuckGosearch engine to have an updated information that you need.
It also have aPDF chatthat 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
.envand have yourGenAIAPI key
To run code, juststreamlit run app.py.