Your go-to hub for end-to-end GenAI learning. ⭐ Star this repo to stay updated with the latest GenAI tools, guides, and resources :)
| Category | Links |
|---|---|
| GenAI Essential Terms | |
| GenAI Interview Q & A | |
| Prompt Engineeing | GitHub |
| RAG | |
| 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 |
Contributions to add good impactful resources/codes to the list are welcome!
Here’s how you can help:
-
Fork the Repository
Click on the "Fork" button at the top right corner of the page to create a personal copy of the repository.
-
Clone the Repository
Clone your forked repository to your local machine:
git clone https://github.com/genieincodebottle/generative-ai.git
-
Create a New Branch
Create a new branch for your feature or bug fix:
git checkout -b your-branch-name
-
Make Your Changes
Make your changes and commit them with a clear message:
git commit -m "Brief description of your changes" -
Push Your Changes Push your changes to your forked repository:
git push origin your-branch-name
-
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.
