Autonomous AI artist with mood system, episodic/semantic memory, ReAct thinking, and LoRA style training
2
stars
284
commits
Python
primary language
Sep 9, 2026
updated
An autonomous AI artist with personality, moods, memory, and creative independence.
Lumira isn't a tool - she's an artist you collaborate with:
# Clone and setup
cd lumira
python -m venv venv
source venv/bin/activate
pip install -r requirements-full.txt
pip install -e .
# Configure
cp config/config.example.yaml config/config.yaml
# Let Lumira create (she chooses based on mood)
python -m ai_artist.main
# Or suggest a theme
python -m ai_artist.main --theme "twilight dreams"
# Web gallery
python -m ai_artist.web.app
If you only want the web gallery (no ML generation), use:
pip install -r requirements.txt
pip install -e .
lumira/
├── src/ai_artist/
│ ├── personality/ # Moods, memory, identity
│ ├── core/ # Image generation
│ ├── curation/ # CLIP-based quality scoring
│ ├── scheduling/ # Autonomous creation
│ └── web/ # FastAPI gallery
├── config/ # Configuration
├── gallery/ # Generated artwork
└── docs/ # Documentation
| Document | Purpose |
|---|---|
| LUMIRA.md | Full personality system & roadmap |
| QUICKSTART.md | Step-by-step setup guide |
| SETUP.md | Detailed installation |
| TROUBLESHOOTING.md | Common issues |
| LORA_GUIDE.md | Custom style training |
| docs/PHASE1_IMPLEMENTATION_SUMMARY.md | ⭐ All 4 enhancement phases complete |
| docs/EXTERNAL_TOOLS_EVALUATION.md | External tool recommendations |
| docs/WEBSOCKET.md | Real-time updates guide |
| docs/API.md | API documentation |
| docs/DEPLOYMENT.md | Production deployment |
| docs/ | Full technical documentation |
✅ Completed (76% - Production Ready):
Personality & Intelligence:
Performance & Scale:
User Experience:
Quality & Safety:
📈 In Progress (24%):
Core:
Backend:
Frontend:
Production:
MIT License
241 commits
43 commits
Python
81.8%
HTML
17.5%
Autonomous AI artist with mood system, episodic/semantic memory, ReAct thinking, and LoRA style training
2
stars
284
commits
Python
primary language
Sep 9, 2026
updated
An autonomous AI artist with personality, moods, memory, and creative independence.
Lumira isn't a tool - she's an artist you collaborate with:
# Clone and setup
cd lumira
python -m venv venv
source venv/bin/activate
pip install -r requirements-full.txt
pip install -e .
# Configure
cp config/config.example.yaml config/config.yaml
# Let Lumira create (she chooses based on mood)
python -m ai_artist.main
# Or suggest a theme
python -m ai_artist.main --theme "twilight dreams"
# Web gallery
python -m ai_artist.web.app
If you only want the web gallery (no ML generation), use:
pip install -r requirements.txt
pip install -e .
lumira/
├── src/ai_artist/
│ ├── personality/ # Moods, memory, identity
│ ├── core/ # Image generation
│ ├── curation/ # CLIP-based quality scoring
│ ├── scheduling/ # Autonomous creation
│ └── web/ # FastAPI gallery
├── config/ # Configuration
├── gallery/ # Generated artwork
└── docs/ # Documentation
| Document | Purpose |
|---|---|
| LUMIRA.md | Full personality system & roadmap |
| QUICKSTART.md | Step-by-step setup guide |
| SETUP.md | Detailed installation |
| TROUBLESHOOTING.md | Common issues |
| LORA_GUIDE.md | Custom style training |
| docs/PHASE1_IMPLEMENTATION_SUMMARY.md | ⭐ All 4 enhancement phases complete |
| docs/EXTERNAL_TOOLS_EVALUATION.md | External tool recommendations |
| docs/WEBSOCKET.md | Real-time updates guide |
| docs/API.md | API documentation |
| docs/DEPLOYMENT.md | Production deployment |
| docs/ | Full technical documentation |
✅ Completed (76% - Production Ready):
Personality & Intelligence:
Performance & Scale:
User Experience:
Quality & Safety:
📈 In Progress (24%):
Core:
Backend:
Frontend:
Production:
MIT License
241 commits
43 commits
Python
81.8%
HTML
17.5%