Your 85%+ go to toolkit for Enterprise Grade GenAI..Tech especially AI evolves fast, but the fundamentals are forever.
⭐ Star this repo to stay updated with the latest GenAI Use cases, many more Enterprise grade Use cases (Especially AI Agents) are in the pipeline and will be updated here soon. Stay tuned :)
- - How to setup Google Colab Notebook for free GPU
- - How to setup Google's free Gemini Pro API Key
- GenAI Use cases
Optional References
- - What is LLM
- Useful LLM Concepts
Some Cool examples (18 Min)
I prefer going through the LangChain documentation, which is well-written and includes example notebooks, as it updates very quickly. Referring to most of the LangChain YouTube videos might give you outdated content after a few weeks.
Optional References
- Blogs
Optional References
Optional References
- Deeplearning.ai Autogen
- Nvidia Blog
- Ttruefoundry Blog
- Agpt Blog
- Architecting & Testing reliable Agent (Using LangGraph)
Optional References
- Short Course - deeplearning.ai
- Specialization - Coursera
- - How to setup Google Colab Notebook for free GPU
- - How to setup Google's free Gemini Pro API Key
- - Conversational Analytics (Full Stack GenAI App using React, MongoDB, Free Gemini Pro LLM, Docker, Authentication & Authorisation using JWT oken)
- - Chat with Graph Database (Neo4j Graph Database, Gemini Pro LLM & Streamlit UI)
- - Build Personal AI Assistant with Claude-MCP
- - Complex Snapshot Based PDF Parsing with Docling, Markitdown, Llama-Vision, Claude, GPT-4 etc
- - Machine Translation (Gemini Pro LLM & Streamlit UI)
- - Tagging (Gemini Pro LLM & Streamlit UI)
- Webscraping (Gemini Pro LLM & Streamlit UI)
- - Chatbot with SQL Database (Huggingface Opensource LLM & Streamlit UI)
- - Chatbot with CSV (Huggingface Opensource LLM)
- - Text to SQL generation (Huggingface Opensource LLM)
- - Text Summarization (Huggingface Opensource LLM)
- - Fully local RAG Agent with Llama3.1 (By LangChain Team)
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.