MCPcopy Create free account
hub / github.com/anirudhuuu/gen-ai

github.com/anirudhuuu/gen-ai @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
81 symbols 386 edges 35 files 9 documented · 11% updated 8mo ago★ 91

Browse by type

Functions 61 Types & classes 17 Endpoints 3
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Generative AI

# Create virtual environment
python -m venv venv

# Activate virtual environment
source venv/bin/activate

# Install dependencies
pip install tiktoken

# Freeze the environment
pip freeze > requirements.txt

# Install from requirements.txt
pip install -r requirements.txt

# Install OpenAI
pip install openai

# Install Python Environment
pip install python-dotenv

# Install Google Gemini
pip install google-genai

# Start Docker Compose
docker compose up

# Pull Ollama Image to Fast API Server
python ollama_api.py

# Install uvicorn
pip install uvicorn

# Start FastAPI Server
uvicorn ollama_api:app --port 8000

# Start docker compose of QDrant
docker compose up -d

# Install FastAPI
pip install fastapi[standard]

# Start FastAPI Server
fastapi dev server.py

# Install RQ
pip install rq

# Install uvicorn
pip install uvicorn

# Run the FastAPI server
python -m 07-advance-rags.main

# Start the RQ worker
rq worker --with-scheduler --url redis://valkey:6379

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 61
Class 17
Route 3

Languages

Python99%
TypeScript1%

Modules by API surface

10-streaming/01-code-judge.py9 symbols
08-langgraph/03-code-graph-router.py9 symbols
12-human-in-loop/02-support-assistant.py7 symbols
11-langgraph-tools/05-todo-tools.py7 symbols
07-advance-rags/server.py6 symbols
11-langgraph-tools/04-more-tools.py5 symbols
12-human-in-loop/01-chat-checkpointing.py4 symbols
11-langgraph-tools/03-tools-usage.py4 symbols
11-langgraph-tools/02-tools-basic.py4 symbols
09-checkpointing/02-langgraph-checkpoint.py4 symbols
11-langgraph-tools/01-langgraph-chat.py3 symbols
09-checkpointing/01-chat-langgraph.py3 symbols

Datastores touched

(mongodb)Database · 1 repos

For agents

$ claude mcp add gen-ai \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page