Skip to content

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

License

Notifications You must be signed in to change notification settings

genieincodebottle/generative-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

     

Your go-to hub for end-to-end GenAI learning. ⭐ Star this repo to stay updated with the latest GenAI tools, guides, and resources :)

📘 Quick Reference

Category Links
GenAI Roadmap GitHub
GenAI Essential Terms Pdf
GenAI Interview Q & A Pdf
Prompt Engineeing GitHub
RAG Pdf
Agentic AI GitHub
GenAI on Cloud Azure - Pdf
AWS - Pdf
VertexAI - Pdf
Example Code for Running API-Based LLM Groq, Claude, OpenAI, Gemini, DeepSeek, Cohere
Example Code for Running LLMs Locally Huggingace, Ollama Local, Ollama at Colab, LMStudio
Misc Embedding Models
GenAI Project Lifecycle

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