Welcome to my repository, where you'll find a series of innovative projects centered around Google's Gemini API. These projects demonstrate practical applications of the API, showcasing how it can be used to solve real-world problems with machine learning and data analysis.
Each project in this repository is self-contained, complete with a requirements.txt file that specifies all the necessary dependencies. This ensures that you can easily set up the environment and run the code without worrying about missing libraries. The requirements.txt files are generally consistent across the projects, making it straightforward to manage dependencies.
To get started with any of the projects, follow these steps:
- Clone the repository:
git clone https://github.com/shreybm26/GenAI.git
- Navigate to the project directory:
cd project-directory - Install the required dependencies:
pip install -r requirements.txt
- Run the project:
python [filename].py
This work is inspired by the educational content provided by @krishnaik06 on his YouTube channel. His Google Gemini playlist on YouTube has been instrumental in guiding the development of these projects.