This repository explores Generative AI concepts through practical examples and implementations.
It contains simple projects and demonstrations such as a chatbot prototype and experiments showing how Large Language Models (LLMs) work, along with supporting modules like an MCP Server.
- 🔹 Example Chatbot implementation
- 🔹 Illustrations of LLM internals and workflows
- 🔹 Basic MCP Server setup for experimentation
Generative-AI/
│
├── Chatbot/ # Simple chatbot implementation
├── How-LLM-Works/ # Examples and explanations of LLM concepts
├── MCP Server/ # Supporting server-side code
└── README.md
- Clone the repository
git clone https://github.com/tusquake/Generative-AI.git cd Generative-AI
- Install dependencies (if using Node.js)
npm install
- Run the examples
node index.js
- Explore the Chatbot folder to see conversational AI in action.
- Check the How-LLM-Works folder to understand model mechanics.
- Use the MCP Server for backend experimentation.