PROJECTS
Showcasing J.A.R.V.I.S — A personal AI assistant built for the future.
AI / LLM / Automation
J.A.R.V.I.S — Just A Rather Very Intelligent System
Overview
A personal AI assistant with a beautiful web UI. Talk to it, ask questions, search the web, generate images, analyze camera photos, and more. Runs completely on your own machine with one command.
Key Features
Three Chat Modes
Jarvis Mode: Auto-routes knowledge vs web search in ~200ms. General Mode: Fast local AI access. Realtime Mode: Live web search via Tavily.
Free Image Generation
Instant image creation using Pollinations.ai via voice commands.
Camera / Vision
Analyze webcam or photo uploads using Llama 4 Scout.
Streaming TTS
High-quality speech using Microsoft Edge TTS, playing as the AI thinks.
Technologies
Groq AI
Llama 3.3 70B
Tavily
FAISS
FastAPI
LangChain
WebGL
Python
Quick Setup
pip install -r requirements.txt- Add
GROQ_API_KEYto.env python run.py- Open
http://localhost:8000