Skip to content

Kalyx1111/INTELLIGENT_OFFICE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

         INTELLIGENT OFFICE  v1.0
 Fully Offline AI Workspace for Windows 10/11

Built for: CPU-only | 16 GB RAM | Air-Gapped Compatible

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

CREATED BY: INTELLIGENT OFFICE Setup System TARGET: Windows 10 / Windows 11 | 16 GB RAM | No GPU required

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

WHAT IS INTELLIGENT OFFICE?

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

INTELLIGENT OFFICE is a complete, self-contained AI workspace that runs 100% offline on any Windows 10/11 machine. It combines:

🧠 Qwen 2.5 7B → AI brain (reasoning, writing, answering) 📚 AnythingLLM → Document chat interface (like ChatGPT for your files) 🔊 Whisper → Audio/video → text transcription 🖼️ Umi-OCR → Images/scanned PDFs → text 📐 Nomic Embed → Converts text to searchable vectors (memory) 🗄️ LanceDB → Stores your documents in memory (built into AnythingLLM) 📊 Python Scripts → Generates PPT, DOCX, XLSX, Charts automatically 🔍 FFmpeg → Processes audio/video files before Whisper

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

QUICK START (Internet Computer - YOUR computer)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

STEP 1: Run 01_DOWNLOAD_ALL.bat (downloads everything - takes 1-3 hours) STEP 2: Run 02_INSTALL_HERE.bat (installs on your own machine) STEP 3: Run start_all.bat (starts INTELLIGENT OFFICE) STEP 4: Open browser → http://localhost:3001

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SHARING (Air-Gapped / No Internet Computer)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

STEP 1: On YOUR computer, run 01_DOWNLOAD_ALL.bat (one time) STEP 2: Copy this entire INTELLIGENT_OFFICE folder to a USB drive STEP 3: On FRIEND'S computer, paste folder and run 02_INSTALL_HERE.bat STEP 4: Run start_all.bat on other computer STEP 5: Open browser → http://localhost:3001

⚠️ IMPORTANT: The folder will be ~15-20 GB after download. Use a USB 3.0 drive or external SSD for fast transfer.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

ALL BAT FILES EXPLAINED

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

01_DOWNLOAD_ALL.bat → Downloads all software (needs internet, run once) 02_INSTALL_HERE.bat → Installs everything (works offline after download) start_all.bat → Starts all services (use daily) stop_all.bat → Cleanly stops everything restart_all.bat → Restart all services at once diagnose.bat → Checks if everything is working fix_errors.bat → Auto-fixes common problems crash_recovery.bat → Recovers from crashes update_models.bat → Downloads newer AI models (needs internet) generate_report.bat → Quickly generate a DOCX report generate_ppt.bat → Quickly generate a PowerPoint transcribe_audio.bat → Convert audio file to text ocr_image.bat → Extract text from image/PDF

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

HONEST PERFORMANCE EXPECTATIONS (16 GB RAM, CPU Only)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TASK SPEED QUALITY ───────────────────────────────────────────────── Chat / Q&A 3-8 tokens/sec ⭐⭐⭐⭐ Excellent Document summary 3-8 tokens/sec ⭐⭐⭐⭐ Excellent Simple DOCX report ~30 seconds ⭐⭐⭐⭐ Excellent Basic PowerPoint ~45 seconds ⭐⭐⭐ Good (text/bullets) Complex PPT (charts) ~2-3 minutes ⭐⭐⭐ Good Audio transcription ~1-3x realtime ⭐⭐⭐⭐ Excellent OCR from image ~5-15 seconds ⭐⭐⭐⭐ Excellent RAG (doc search) 5-15 seconds ⭐⭐⭐⭐ Excellent Excel with charts ~30-60 seconds ⭐⭐⭐⭐ Excellent

⚠️ LIMITATIONS TO KNOW:

  • First response after startup: 15-30 seconds (model loading)
  • Cannot run multiple heavy tasks simultaneously
  • PPT design quality is structural (not graphic-designer level)
  • 3D chart rendering via Plotly: excellent quality offline
  • Close Chrome/Firefox/heavy apps before using for best speed

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

FOLDER STRUCTURE

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

INTELLIGENT_OFFICE/ ├── 📁 ollama/ → Ollama runtime (AI model server) ├── 📁 models/ → Downloaded AI model files ├── 📁 anythingllm/ → AnythingLLM app data & config ├── 📁 vector_db/ → LanceDB document memory storage ├── 📁 tools/ │ ├── whisper/ → Audio transcription engine │ ├── ffmpeg/ → Audio/video processor │ └── umi-ocr/ → OCR engine for images/PDFs ├── 📁 python_env/ │ ├── scripts/ → Python automation scripts │ └── requirements/ → Package list files ├── 📁 input_docs/ → DROP YOUR FILES HERE │ ├── audio/ → .mp3 .wav .m4a files │ ├── video/ → .mp4 .avi .mkv files │ ├── images/ → .jpg .png .bmp files │ ├── pdfs/ → .pdf files │ └── office_docs/ → .docx .xlsx .pptx files ├── 📁 output_docs/ → GENERATED FILES APPEAR HERE │ ├── reports/ → Generated DOCX reports │ ├── presentations/ → Generated PPT files │ ├── spreadsheets/ → Generated XLSX files │ └── charts/ → Generated charts/graphs ├── 📁 offline_packages/ → Python packages for offline install ├── 📁 logs/ → All system logs ├── 📁 config/ → Configuration files └── 📁 watchdog/ → Auto-restart scripts

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SUPPORT & TROUBLESHOOTING

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  1. First run diagnose.bat to identify the problem
  2. Then run fix_errors.bat to auto-fix
  3. Check logs/ folder for detailed error messages
  4. If all else fails, run crash_recovery.bat

Common issues: ● "Port already in use" → Run stop_all.bat then start_all.bat ● "Model not found" → Run 01_DOWNLOAD_ALL.bat again ● "Out of memory" → Close other programs, restart PC ● "Slow responses" → Normal on CPU, close background apps ● AnythingLLM not opening → Wait 60 seconds, it loads slowly first time

HTML 24.2% Footer

About

INTELLIGENT_OFFICE is an offline AI system that securely handles confidential company work, research, and personal tasks. It answers queries and creates PPTs, Word, PDF, and Excel files—ensuring privacy, speed, and full control without internet dependency.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors