Skip to content

Nirikshan95/GenAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Generative AI – Practice & Exploration Hub

A structured workspace for hands-on learning and experimentation with Generative AI models, techniques, and frameworks.

Introduction

This repository serves as a comprehensive learning platform for exploring various aspects of Generative AI. It provides a structured approach to understanding, implementing, and experimenting with different generative models - from large language models to diffusion-based image generators. Each project is organized in dedicated branches, allowing focused learning while maintaining a clean workspace.

Project Structure

  • Main Branch: Acts as an index and navigation hub, providing an overview of all projects
  • Model-Specific Branches: Each branch corresponds to a particular generative AI technique or model implementation
  • Isolated Environments: Every project has its own virtual environment and dependency management to prevent conflicts

How to Use

Navigating Projects

# Clone the repository
git clone https://github.com/yourusername/Generative-AI.git
cd Generative-AI

# List all available branches
git branch -a

# Switch to a specific project branch
git checkout <branch-name>
cd <branch-name>

Then refer the README.md which is available on folder

Learning Path

This repository follows a structured learning path across different branches:

  1. Foundation Models: Understanding base architectures and capabilities
  2. Fine-Tuning & Adaptation: Customizing models for specific tasks and domains
  3. Optimization & Inference: Running models efficiently with various techniques
  4. Multimodal Integration: Combining text, image, and audio generation
  5. Production Deployment: Moving from experimentation to usable applications

Project List

Branch Description Key Technologies
Initial_Test Implementation of DeepSeek-Prover-V2-671B using Hugging Face for efficient chatbot experiences LangChain
simple_story_generator An simple story generator LangChain

Getting Started

For beginners, we recommend following this sequence:

  1. Start with the Initial_Test branch to understand basic LLM inference

Each branch includes sample notebooks and scripts with detailed comments to guide your learning.

License

This project is licensed under the MIT License

About

A hands-on repository for experimenting with various Generative AI models across text, image, and speech domains. This repo includes LLM-based chatbots, text generation, image synthesis, speech processing, and fine-tuning projects. Each project is organized in separate folders with detailed documentation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors