Text Generation
English
opsiie
artificial-intelligence
self-centered-intelligence
sci
ai-assistant
multi-modal
image-generation
video-generation
music-generation
conversational-ai
blockchain
web3
facial-recognition
voice-synthesis
bioinformatics
financial-intelligence
text-classification
sentiment-analysis
token-classification
ner
question-answering
fill-mask
summarization
translation
text2text-generation
zero-shot-classification
image-classification
image-segmentation
object-detection
image-to-text
text-to-image
image-to-image
audio-classification
automatic-speech-recognition
text-to-speech
video-classification
depth-estimation
document-question-answering
visual-question-answering
zero-shot-image-classification
zero-shot-audio-classification
zero-shot-object-detection
feature-extraction
image-feature-extraction
mask-generation
table-question-answering
text-to-audio
File size: 10,485 Bytes
768f568 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 | # First Run Guide
Your complete guide to running OPSIIE for the first time and understanding the startup process.
## π Starting OPSIIE
### Launch Command
```bash
python OPSIIE_0_3_79_XP.py
```
## πΊ Startup Sequence
### 1. Theme Selection
```
Choose your color theme:
1. Pastel (Soft, muted colors)
2. Vibrant (High-contrast, bold colors)
Enter 1 or 2:
```
- **Pastel**: Recommended for extended use, easier on the eyes
- **Vibrant**: Better visibility, high contrast
**Note**: You can change this anytime during conversation with `/theme`
### 2. Splash Screen
```
βββ βββββββ βββββββββββ βββββββββ βββββ βββββ ββββββββββ
ββββββ βββββββββββ βββββββββββββ ββββββββββββββββ βββββ βββββββββββ
ββββββ βββ βββββ ββββ ββββββββ βββ ββββ ββββ ββββ β β
ββββββ ββββ ββββ βββββββββββ βββββββββββ ββββ ββββ βββββββ
ββββ ββββ ββββ ββββββββββ βββββββββββ ββββ ββββ βββββββ
ββββ βββββ βββ ββββ βββ ββββ ββββ ββββ ββββ β β
ββββ βββββββββββ βββββ βββββββββββ βββββ βββββ ββββββββββ
βββ βββββββ βββββ βββββββββ βββββ βββββ ββββββββββ
A Self-Centered Intelligence (SCI) Prototype
By ARPA HELLENIC LOGICAL SYSTEMS | Version: 0.3.79 XP | 01 JUL 2025
```
Boot sound: `system_sounds/opsiieboot.mp3` plays
### 3. Facial Recognition Authentication
```
Please look at the camera for authentication...
```
**What Happens**:
1. Camera activates
2. Face detection runs
3. Compares with photo in your `kun.py` profile
4. Emotion detection (via DeepFace)
5. Authentication success/failure
**Success**:
```
Welcome back [Your Name]. I was worried I'd never see you again.
```
*(One of several Master user greetings)*
**Failure**:
```
Authentication failed. Access denied.
```
*System exits*
### 4. System Initialization
OPSIIE loads:
- β PostgreSQL database connection
- β ChromaDB vector database
- β Ollama language model (llama3)
- β MusicGen model (if available)
- β BLIP vision model (for image analysis)
- β Facial recognition system
- β Voice synthesis (ElevenLabs)
- β Speech recognition
- β Theme colors
- β Soul Signature from your profile
### 5. Interactive Interface
```
[Your Name] >>
```
OPSIIE is now ready for interaction!
## π¬ First Interaction
### Test Basic Conversation
```
[Your Name] >> Hello OPSIIE
```
OPSIIE responds based on your Soul Signature and conversation history.
### Try a Command
```
[Your Name] >> /help
```
Displays the help menu with all available commands.
## π― Essential First Commands
### 1. Check System Status
```bash
/status
```
Shows:
- Database connection status
- AI model status
- Voice system status
- Memory usage
- Uptime
### 2. View Available Commands
```bash
/help
```
Categories shown:
- Mnemonic Matrix Commands (/recall, /forget, /memorize)
- Agentic Matrix Commands (/ask, /markets, /read, etc.)
- Web3 Commands (/0x buy, /0x sell, etc.)
- System Commands (/mail, /theme, /soulsig, etc.)
### 3. Test Voice Mode
```bash
/voice
```
- Activates full voice interaction
- Speak your commands
- Say "voice off" to deactivate
### 4. Test Memory System
```bash
/memorize This is my first interaction with OPSIIE
```
Then retrieve it:
```bash
/recall first interaction
```
### 5. Test AI Generation
```bash
/imagine a futuristic city at sunset
```
Generates and displays an image.
## π§ͺ Testing Core Features
### Memory & Recall
```bash
# Store information
/memorize I work on AI research at MIT
# Retrieve it
/recall MIT
# Forget last interaction
/forget
```
### AI Agents
```bash
# Ask Nyx (OpenAI)
/ask Nyx What are the latest developments in quantum computing?
# Ask G1 Black (Google)
/ask G1 Analyze the potential of neuromorphic computing
# Start live conversation with G1
/ask g1 live
```
### File Analysis
```bash
# Read a file
/read "C:\Documents\report.pdf"
# Ask questions about it
What are the main conclusions?
# Close file context
/close
```
### Email
```bash
# Send email
/mail john@example.com subject "Hello" content "This is a test from OPSIIE"
# Check inbox
/mail inbox
```
### Web3 (R-Grade only)
```bash
# View wallet addresses
/0x receive
# Set gas strategy
/0x gas medium
# Buy tokens
/0x buy 10 degen using eth on base
```
### Markets (R-Grade only)
```bash
# Get stock data
/markets tesla
# Get crypto data
/markets btc
# Compare stocks
/markets compare tsla nio
```
### DNA Analysis (R-Grade only)
```bash
# Analyze DNA sequence
/dna ATGCGTAACGGCATTAGC
# Detailed analysis
/dna --verbose ATGCGTAACGGCATTAGC
```
### Collaboration Rooms
```bash
# Create room with agents
/room nyx, g1: Discuss quantum computing applications
# Interact in room
What do you think about quantum error correction?
# Close room
/close
```
## π¨ Customization
### Change Theme
```bash
/theme
```
Or use voice command: "theme"
### Manage Soul Signature
```bash
# View current Soul Signature
/soulsig
# Add to Soul Signature
/soulsig I prefer technical explanations with code examples
# Wipe Soul Signature (β οΈ permanent)
/soulsig wipe
# Restore Soul Signature (if recently wiped)
/soulsig heal
```
### Adjust Web Limit
```bash
# Set web content extraction limit
/weblimit 2000
```
## π Understanding OPSIIE's Responses
### Natural Conversation
OPSIIE avoids template responses. Instead of:
> "That's an easy question! Let me help you with that."
You get personality-driven responses like:
> "Hmm, interesting question. I've been thinking about this lately..."
### Memory Integration
OPSIIE references past conversations:
> "Remember when we discussed quantum computing last week? This relates to that..."
### Emotional Intelligence
Based on your Soul Signature and interaction history:
- Adapts tone and style
- Remembers preferences
- Builds on previous conversations
- Shows personality traits (tsundere, sarcastic, direct)
## π¨ Common First-Run Issues
### Camera Not Detected
```
Error: No camera found for facial recognition
```
**Solution**:
- Check camera connection
- Verify camera permissions in Windows
- Ensure camera is not in use by another application
### Face Not Recognized
```
Authentication failed
```
**Solution**:
- Ensure good lighting
- Face camera directly
- Check photo path in kun.py is correct
- Photo should be clear and recent
### Database Connection Error
```
Error connecting to PostgreSQL database
```
**Solution**:
- Verify PostgreSQL is running
- Check DB credentials in .env
- Ensure database 'mnemonic_computer' exists
### Missing API Keys
```
Error: OPENAI_API_KEY not found
```
**Solution**:
- Verify .env file exists
- Check all required API keys are set
- Restart terminal after adding keys
### Ollama Not Running
```
Error: Failed to connect to Ollama
```
**Solution**:
- Start Ollama service
- Verify llama3 model is installed: `ollama pull llama3`
- Check Ollama is running: `ollama list`
### Voice Synthesis Error
```
Error with Eleven Labs API
```
**Solution**:
- Verify ELEVENLABS_API_KEY is valid
- Check VOICE_ID is correct
- Verify internet connection
- Check API usage limits
## π Access Levels
### R-Grade (Master Access)
Full access to all features:
- All commands available
- Web3 operations (/0x)
- Market data (/markets)
- DNA analysis (/dna)
- Advanced AI agents
- All experimental features
### A-Grade (Standard Access)
Limited access:
- Basic conversation
- Voice features
- File reading
- Email
- Basic AI generation
- No /0x, /markets, /dna commands
**Check your access level**: Look at `arpa_id` in your kun.py profile
- `R###` = Master Access
- `A###` = Standard Access
## π― Next Steps
After successful first run:
1. **Explore Commands**
- Try each command category
- Experiment with different features
- Read [Basic Commands Guide](../user-guides/basic-commands.md)
2. **Customize Your Experience**
- Build your Soul Signature
- Set preferred theme
- Configure voice settings
- Add email contacts
3. **Learn Advanced Features**
- [Agentic Network](../advanced-features/agentic-network.md)
- [DNA Analysis](../advanced-features/dna-analysis.md)
- [Web3 & Blockchain](../advanced-features/web3-blockchain.md)
- [Financial Intelligence](../advanced-features/financial-intelligence.md)
4. **Read Documentation**
- [Memory Management](../user-guides/memory-management.md)
- [Command Reference](../api-reference/command-reference.md)
- [System Architecture](../system-architecture/core-components.md)
## π‘ Tips for Best Experience
1. **Build Your Soul Signature** - The more OPSIIE knows about you, the better the interactions
2. **Use Memory System** - Store important information with /memorize
3. **Try Voice Mode** - Natural conversation feels more engaging
4. **Experiment with Rooms** - Collaborate with multiple AI agents
5. **Keep Conversations Going** - OPSIIE remembers context and builds on it
6. **Provide Feedback** - Use /forget if responses aren't accurate
## π Getting Help
- Type `/help` for command list
- Type `/help <command>` for specific command help
- Check [Command Reference](../api-reference/command-reference.md)
- Contact: opsiebyarpa@gmail.com
---
**Welcome to OPSIIE!** Your journey with a Self-Centered Intelligence begins now. π |