generative-ai icon indicating copy to clipboard operation
generative-ai copied to clipboard

Comprehensive resources on Generative AI, including a detailed roadmap, projects, use cases, interview preparation, and coding preparation.

 

     


GenAI related stuff for everyone. Simple, practical insights to get you started and keep you ahead.

📁 Repo Structure

  • generative-ai
    • genai
      • day-1 YouTube
      • day-5 YouTube
      • day-6 YouTube
      • day-7 YouTube
      • day-8 YouTube
      • day-9
      • day-10 YouTube
      • day-11 YouTube
      • day-12 YouTube
      • langchain YouTube
      • kaggle
      • llms
  • genai_usecases
    • conversational-analytics YouTube
    • tagging YouTube
    • scrapegraph
    • translation-agent
    • graph-qa

🤝 Contributing

Contributions to add good impactful resources/codes to the list are welcome!

Here’s how you can help:

  1. Fork the Repository

    Click on the "Fork" button at the top right corner of the page to create a personal copy of the repository.

  2. Clone the Repository

    Clone your forked repository to your local machine:

    git clone https://github.com/genieincodebottle/generative-ai.git
    
  3. Create a New Branch

    Create a new branch for your feature or bug fix:

    git checkout -b your-branch-name
    
  4. Make Your Changes

    Make your changes and commit them with a clear message:

    git commit -m "Brief description of your changes"
    
  5. Push Your Changes Push your changes to your forked repository:

    git push origin your-branch-name
    
  6. Create a Pull Request

    Go to the original repository and create a pull request. Make sure to explain your changes and why they should be merged.