Skip to content

tusquake/Generative-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative-AI

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.

🚀 Features

  • 🔹 Example Chatbot implementation
  • 🔹 Illustrations of LLM internals and workflows
  • 🔹 Basic MCP Server setup for experimentation

📂 Project Structure

Generative-AI/
│
├── Chatbot/           # Simple chatbot implementation
├── How-LLM-Works/     # Examples and explanations of LLM concepts
├── MCP Server/        # Supporting server-side code
└── README.md

🛠️ Installation & Setup

  1. Clone the repository
    git clone https://github.com/tusquake/Generative-AI.git
    cd Generative-AI
  2. Install dependencies (if using Node.js)
    npm install
  3. Run the examples
    node index.js

📖 Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published