A locally hosted Small Language Model (SLM) AI Assistant built using Python, Flask, and open-source LLMs, with optional RAG (Retrieval-Augmented Generation).
- 🔹 Local AI assistant (no cloud APIs)
- 🔹 GPU-accelerated inference (NVIDIA CUDA)
- 🔹 Supports lightweight SLMs (Qwen-0.5B, Phi-2)
- 🔹 RAG using PDF documents
- 🔹 FAISS-based vector search
- 🔹 Flask REST API backend
- 🔹 Chat-style web UI
- 🔹 Optimized for low latency on consumer GPUs
- Python
- Flask
- HuggingFace Transformers
- PyTorch + CUDA
- FAISS
- Sentence Transformers
- NVIDIA GPU Acceleration
git clone https://github.com/your-username/SLM-AI-Assistant.git
cd SLM-AI-Assistantpython setup.pypython app.pyhttp://localhost:5000