These are some leisurely Python projects that make use of PyPDF, langchain, Gemini Pro API, and many more tools.
The projects described here are some of the ones I completed after viewing some of Tech With Tim's YouTube videos. I also added some of my own projects and made some adjustments to the projects.
- Quiz Game (edit: this project uses artificial intelligence)
- Calculate the number
- Random Equation Solver (My Concept)
- Scissors, paper, rock
- My Idea for a PDF Merger
- Color Matching Mastermind
- Using the [Gemini Pro API] (https://makersuite.google.com/app/apikey) for the fundamentals of blockchain (My Concept)
- Easy Example - Multiple Messages
Let us install some packages first.
pip install -r requirements.txt
Additionally, edit the .env.example
file after installing all the packages.
-
Rename the
.env.example
file to.env
-
Update the API Key.
GOOGLE_API_KEY="Page Google API Key Here"
The GOOGLE_API_KEY
is available here.(https://google.com/makersuite/app/apikey).