EuropaLex / core

Commit History

docs: removing nemotron and tildeopen model references
480dac5

Takosaga commited on

feat: lowered inference steps
89d4e63

Takosaga commited on

feat: A0 removed and default to A2
371681a

Takosaga commited on

test: remove stale test_text_engine.py (tests deprecated TextEngine class)
be6160e

Takosaga commited on

refactor: extract TTSEngine and ImageGenEngine from engine.py
16d415a

Takosaga commited on

feat: extract ImageGenEngine into core/image_gen.py
e967ac3

Takosaga commited on

feat: extract TTSEngine into core/audio_gen.py
52866c6

Takosaga commited on

feat: cards work
a5ae514

Takosaga commited on

fix: more adjustments for images
2e519f3

Takosaga commited on

fix: image prompt and size
afb56db

Takosaga commited on

feat: reduce image generation size to 450x300
068b45c

Takosaga commited on

feat: accept instruct parameter in TTSEngine.synthesize()
e8b001f

Takosaga commited on

fix: prompt fixes with differing types
31d1a12

Takosaga commited on

feat: download correct model and creates the audio
4c0a5b0

Takosaga commited on

feat: wire TTS into Phase 2 pipeline with voice design mode
7f0a02a

Takosaga commited on

feat: add voice design mode to TTSEngine with female speaking instruction
9796129

Takosaga commited on

fix: target language and update docs
7cafbcb

Takosaga commited on

feat: update to use local langaguage and added drop down for more languages
882fce1

Takosaga commited on

fix: prompt adjustments
c8650b7

Takosaga commited on

fix: dynamic cefr levels
69f9310

Takosaga commited on

fix: translation does work
48111a3

Takosaga commited on

feat: implement pipeline.py Phase 2 translation orchestration
0206b48

Takosaga commited on

feat: add retry loop to LlamaCppTextEngine for translation validation
75b8aac

Takosaga commited on

docs: up to date docs with phase one done
c8b7bf2

Takosaga commited on

feat: phase 1 is good enough
3869ee2

Takosaga commited on

feat: phase 1 works
a6bf50f

Takosaga commited on

refactor: delegate MiniCPMTextEngine.generate to core.text_gen.generate_sentences
c0a128b

Takosaga commited on

feat: add extract_sentences and generate_sentences to core.text_gen
d92213f

Takosaga commited on

feat: adjusting for type safety
1ff48d6

Takosaga commited on

feat: wrap MiniCPMTextEngine.generate() in retry loop for exact sentence count enforcement
b655915

Takosaga commited on

feat: add _validate_lines and _build_retry_prompt helpers to MiniCPMTextEngine
66d9751

Takosaga commited on

fix: using cuda for llama cpp python
a47ac7b

Takosaga commited on

feat: replace TextEngine with MiniCPMTextEngine (llama-cpp-python, chat template)
298a4e4

Takosaga commited on

refactor: rename nemotron_model_path to minicpm_model_path, remove MoE/ubatch params
3888d8c

Takosaga commited on

feat: better feedback for errors
b13079f

Takosaga commited on

feat: cli params for moe
ecdc228

Takosaga commited on

test: add inline tests for TextEngine generation and translation prompts
3e4942f

Takosaga commited on

fix: comment out tildeopen
d967693

Takosaga commited on

feat: swap tildeopen for tiny aya water for translation
6cde582

Takosaga commited on

feat: add EnginePool singleton β€” manages mutual exclusion between GPU engines
66bf5aa

Takosaga commited on

feat: add ImageGenEngine β€” diffusers Flux2KleinPipeline wrapper with lazy load/unload
e23a661

Takosaga commited on

feat: add TTSEngine β€” OmniVoice Python package wrapper with lazy load/unload
f95b1b6

Takosaga commited on

feat: add TextEngine β€” llama-cli subprocess wrapper for Nemotron and TildeOpen
79eff63

Takosaga commited on

feat: add Pydantic types for CardData, TextResult, AudioResult, ImageResult, EngineConfig
1661004

Takosaga commited on

restructure: move app.py to root, replace model submodules with HF Hub download script, add package markers
798b09f

Takosaga commited on

feat: scaffold repo structure with empty files and headers
9d62a5e

Takosaga commited on