Skip to content

This is a Repo dedicated to work done in Generative AI

Notifications You must be signed in to change notification settings

animesh1012/Practice_GenAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Practice_GenAI

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.

Table of Contents

Overview

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.

Features

  • 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.

Installation

To set up the project locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/animesh1012/Practice_GenAI.git
    cd Practice_GenAI
    
  2. Set Up a Virtual Environment:

    python3 -m venv venv
    source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
    
  3. Install Dependencies:

    pip install -r requirements.txt

About

This is a Repo dedicated to work done in Generative AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published