Jarvis from the marvel universe
# Add to your Claude Code skills
git clone https://github.com/codewithbro95/J.A.R.V.I.S...sneak peek at the ui(still in dev) here
The J.A.R.V.I.S Large Language Model, 100% offline
We have use custom jarvis dataset and various other open datasets on the internet of jarvis's dialog with stark to fine-tune on top of Llama2 7b
Jarvis is bing built with privacy in mind, everything runs locally. This fine-tuned model is better at responding like jarvis and producing response in the best jarvis tone possible.
Try: What time is it? what is the date of today?Try: hey jarvis, help me search for the best african dish out thereTry: hey jarvis, play Girls like you by Maroon 5 on youtubeNo comments yet. Be the first to share your thoughts!
ollama run llavaTry:"what is this?" "what are you looking at?", "tell me what you see", "describe this" or even "describe what you see"‼️Currently doing a major achitecture restructure(please check back later...)
| Directory | Description | Technology |
|-----------|-------------|------------|
| /koki | UI Codebase - JARVIS HUD interface & desktop app(wip) | React + TypeScript + Electron |
| /modules | Backend functionality - NLP, voice processing, tools | Python |
| /dataset | Training data and model preparation notebooks | Python + Parquet |
| /ollama | Custom model integration and configurations | Go + Ollama |
| Root | Main scripts, configuration, and entry points | Python |
I. You will need Ollama to download and install the model for use locally.
ollama run fotiecodes/jarvis
This will install the model jarvis model locally. 3. From here you can alr...