Author: David
Email: [email protected]
Model Name: Zero David
Framework: Arya
License: MIT (Open Source)
David AI is a powerful offline AI assistant designed to understand your instructions (voice or text) and generate full working websites or desktop software with beautiful UI, logos, and fully working code. It uses a custom framework (Arya), built-in voice support, and 4 open-source coding models.
- β Build complete full-stack websites
- β Create full Windows desktop software
- β Works 100% offline (internet only for first model download)
- β Uses 4 powerful open-source pretrained coding models
- β Voice + text interface (offline speech)
- β Beautiful UI generation with logos
- β Custom AI training via Arya framework
| Component | Minimum | Recommended |
|---|---|---|
| OS | Windows 10 or 11 | Windows 11 |
| Python | 3.10 or newer | Latest version |
| Memory (RAM) | 16 GB | 32 GB or more |
| Disk Space | 40 GB | 80 GB+ |
| GPU | Optional (CUDA) | 24GB VRAM for model speed |
| Tools Required | Git, VS Code | Git, VS Code |
These are downloaded automatically the first time you run David AI.
| Model Name | HuggingFace Path |
|---|---|
| CodeLlama 7B | codellama/CodeLlama-7b-hf |
| StarCoder2 7B | bigcode/starcoder2-7b |
| DeepSeek Coder | deepseek-ai/deepseek-coder-6.7b-base |
| WizardCoder 15B | WizardLM/WizardCoder-15B-V1.0 |
git clone https://github.com/david0154/David-zero-ai.gitcd David-zero-aipython -m venv venv
venv\Scripts\activatepip install -r requirements.txtpython main.pyDavid AI will:
- Clone the Arya framework (if not present)
- Download pretrained AI coding models
- Launch the AI with voice + text interface
- Speak: "What do you want me to build today?"
Here are some real prompts you can give to Zero David:
Build a Facebook-like website with login, posts, and chat.
Create a Windows desktop app to manage inventory and print reports.
Make a portfolio website in HTML/CSS/JS with contact form and animations.
Build an AI-powered chatbot in Python with GUI and SQLite database.
Generate a modern blog system using Django, PostgreSQL and TailwindCSS.from ai_core.training.trainer import DavidTrainer
trainer = DavidTrainer()
trainer.train_on_dataset("my_code.txt")from ai_core.training.trainer import DavidTrainer
trainer = DavidTrainer()
trainer.train_with_arya("my_projects/")David AI speaks responses using pyttsx3, fully offline.
If voice doesnβt work, install:
pip install pyttsx3 pypiwin32david_ai/
βββ ai_core/
β βββ zero_david.py β AI logic
β βββ voice_module.py β Voice system
β βββ task_handler.py β Project generator
β βββ training/
β βββ trainer.py β Custom training support
β βββ models_config.py β Model integration
βββ arya_core/ β Arya framework (auto-downloaded)
βββ generated_projects/ β All output
βββ requirements.txt β Dependency list
βββ main.py β App entry point
βββ README.md β You're here!
transformers
torch
pyttsx3
pypiwin32
datasets
requests
gitpython| Task | Command |
|---|---|
| π’ Start AI assistant | python main.py |
| π¦ Install all dependencies | pip install -r requirements.txt |
π§ Train on .txt dataset |
trainer.train_on_dataset("my_code.txt") |
| π Train on code folder (Arya) | trainer.train_with_arya("my_projects/") |
| ποΈ Fix voice errors (Win32) | pip install pyttsx3 pypiwin32 |
| Issue | Solution |
|---|---|
| Voice not working | Install: pip install pyttsx3 pypiwin32 |
| Arya not found | Auto-downloaded or manually clone into /arya_core |
| Memory error with models | Use lower model sizes or quantized versions |
No output in generated_projects |
Check console logs for errors or simplify the prompt |
| Models not downloading | Check internet connection and HuggingFace availability |
π€ Name: David
π§ Email: [email protected]
π GitHub: github.com/david0154
π§ AI Model: Zero David
βοΈ Framework: Arya
Just run:
python main.pyThen say or type something like:
Build me a task manager app with calendar, categories, and PDF export.
Zero David will:
- Understand
- Plan
- Build your app or website
- Deliver full code, design, and documentation
π You now have your own offline AI software and website builder. Built with β€οΈ by David using Arya Framework.
Need to run David AI on a low-end PC or laptop?
π David AI β Zero Light (Low Resource Version)
Features of Zero Light:
- Fully offline AI for coding + UI design
- Works with only 8 GB RAM, 8 GB VRAM, and 80 GB disk
- Uses compact pretrained coding models (CodeGen, StarCoder-mini, etc.)
- Understands text instructions to generate full projects
- Automatically builds structured, colorful UI with logo and layout
- Simple CLI interface with optional voice support
π» Ideal for:
- Low-end desktops or laptops
- Quick local development without internet
- Portable AI development environment
π§ Tech Stack:
- Python 3.10+
- Arya Framework (optional)
- Lightweight model setup
- One-task-at-a-time execution
MIT License
Copyright (c) 2025 David
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
