Welcome to my first AI project! This is a desktop application built with Python that uses Google Gemini AI to answer questions about the history of ancient Egypt based on PDF files.
-
Smart Chat: Ask any question about the pharaohs and get instant answers.
-
PDF Integration: The AI reads from reliable historical sources.
-
User Interface: A simple and elegant interface built with CustomTkinter.
Hello! I'm a passionate beginner developer, and this is my first project in the world of AI and Python.
Because I'm still learning and improving every day:
-
Please be patient if you find any minor bugs or issues.
-
Feel free to give me your feedback; I want to learn how to improve this code!
-
AI Accuracy: Remember that AI can sometimes make mistakes, so always verify historical facts.
Thank you for checking out my work! It means a lot to me. ✨
Short video of the program : https://youtu.be/XeGQr9li3yo
-
Install the requirements:
pip install -r requirements.txt -
Add your Gemini API key to your
.envfile. -
Run
python main.py.