Skip to content

Nochiro/lumina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lumina Pipeline

Autonomous multi-agent localization engine for serial graphic novels (manga/webtoon).

Overview

This project processes a raw Japanese/Korean script through three sequential agents to produce a polished, localized English script.

  • Cultural Adaptor Agent
  • Continuity Director Agent
  • Typesetting Editor Agent

Tech Stack

  • Python 3.11+
  • CrewAI (agent orchestration)
  • Groq API (LLM)
  • ChromaDB (vector memory)
  • Streamlit (frontend)
  • python-dotenv (environment management)
  • LangChain (optional utilities / integrations)

Getting Started

  1. Create and activate a Python 3.11+ virtual environment.
  2. Install dependencies:
pip install -r requirements.txt
  1. Create a .env file (or update the existing one) with your keys:
GROQ_API_KEY=your-groq-api-key
  1. Run the Streamlit app:
streamlit run ui/app.py

Development Notes

  • All core logic is organized under the agents, memory, data, and utils packages.
  • The entrypoint for programmatic use is main.py.
  • The Streamlit UI lives in ui/app.py.

lumina

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors