Welcome to the Practice_GenAI repository! This project is dedicated to exploring and practicing Generative AI (GenAI) techniques, with a focus on prompt engineering and the application of various GenAI models.
Generative AI refers to artificial intelligence systems capable of creating content such as text, images, and audio. This repository serves as a sandbox for experimenting with GenAI models and refining prompt engineering skills. The goal is to understand how different prompts influence the outputs of various generative models and to develop best practices for effective prompt design.
- Prompt Engineering Exercises: A collection of exercises aimed at improving skills in crafting prompts for GenAI models.
- Model Implementations: Examples of implementing and interacting with different GenAI models.
- Resource Compilation: Curated list of articles, tutorials, and guides on Generative AI and prompt engineering.
To set up the project locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/animesh1012/Practice_GenAI.git cd Practice_GenAI -
Set Up a Virtual Environment:
python3 -m venv venv source venv/bin/activate # On Windows, use `venv\Scripts\activate`
-
Install Dependencies:
pip install -r requirements.txt