Image missing.
Show HN: Lue – Terminal eBook Reader with Text-to-Speech

created: Aug. 16, 2025, 6 p.m. | updated: Aug. 17, 2025, 6:44 a.m.

Install FFmpeg (required for audio processing) # macOS brew install ffmpeg # Ubuntu/Debian sudo apt install ffmpeg # Windows: Download from ffmpeg.org and add to PATH # 2. Clone and setup git clone https://github.com/superstarryeyes/lue.git cd lue pip install -r requirements.txt # 3. Install Lue pip install . Install PyTorch # CPU version: pip install torch torchvision torchaudio # GPU version (CUDA): pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 # 3. Install Lue pip install .

13 hours, 3 minutes ago: Hacker News