testsAndMisc-archive/python_pkg
Krzysztof kuhy Rudnicki 150230caf8 Add local AI music generator using Meta's MusicGen
Features:
- Generate music from text prompts using open-source MusicGen model
- Support for small/medium/large models (500MB to 6.5GB)
- CUDA, Apple Silicon MPS, and CPU support
- Interactive mode with example prompts
- Setup script that handles venv and GPU detection

Usage:
  cd python_pkg/music_gen && ./setup.sh
  python music_generator.py 'upbeat electronic dance music'
2025-12-04 20:43:44 +01:00
..
download_cats Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
extract_links Fix test discovery and coverage for python_pkg modules 2025-12-02 22:33:34 +01:00
keyboard_coop refactor(keyboard_coop): remove dead/unreachable code 2025-12-01 20:15:40 +01:00
lichess_bot Optimize tests and simplify coverage config 2025-12-02 22:12:50 +01:00
mock_server Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
music_gen Add local AI music generator using Meta's MusicGen 2025-12-04 20:43:44 +01:00
randomize_numbers refactor(randomize_numbers): use list comprehension to achieve 100% coverage 2025-12-01 20:19:02 +01:00
scrape_website Improve test coverage for multiple modules 2025-12-01 19:59:11 +01:00
stockfish_analysis Add comprehensive tests for stockfish_analysis (100% coverage) 2025-12-02 22:58:06 +01:00
tag_divider Improve test coverage for multiple modules 2025-12-01 19:59:11 +01:00