Convert lectures/talks from video/audio/YouTube into text (#GodamSahur 2025)
Project description
citrailmu
Convert lectures/talks from video/audio/YouTube into text (#GodamSahur 2025).
Installation
pip install citrailmu
Key Features
- 🎥 Media Processing
- YouTube Video Support
- Local Video/Audio Files
- Web URL Support
- Automatic Audio Compression
- 🔄 Content Analysis
- Full Speech Transcription
- Topic & Theme Analysis
- Multi-language Support
- PDF Report Generation
- 🌐 Flexible Integration
- Interactive Web UI
- Python Library
- File & URL Processing
Usage
Python Library
from citrailmu import CitraIlmu
# Initialize
client = CitraIlmu(
mode="default", # Mode (default/webui)
api_key="YOUR_KEY", # AI service API key
model="gemini-1.5-flash-8b" # AI model to use
)
# Process media (file/URL)
audio_file, pdf_file = client.process_media(
input_path="path/to/video.mp4", # File path or URL
target_language="Bahasa Malaysia", # Target language
processing_mode="Analysis" # Analysis/Transcript
)
Web UI
Start the Gradio web interface:
client = CitraIlmu(mode="webui")
# OR
client.start_webui(
host="0.0.0.0", # Server host
port=24873, # Server port
browser=True, # Launch browser
upload_size="100MB", # Max upload size
public=False, # Enable public URL
limit=10 # Max concurrent requests
)
Configuration
Target Languages
- Bahasa Malaysia
- Arabic
- English
- Mandarin
- Tamil
Processing Modes
- Analysis: Full content analysis with topics and themes
- Transcript: Complete speech-to-text conversion
PDF Result Format
- Title and Overview
- Topics and Themes (Analysis mode)
- Full Transcript
- Clean Typography and Layout
- RTL Support for Arabic
License
See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
citrailmu-25.3.1.tar.gz
(20.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file citrailmu-25.3.1.tar.gz.
File metadata
- Download URL: citrailmu-25.3.1.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6431559ec5e4b6474a6729942f758286716d7e84dbeba01d1f88b91285bfd90
|
|
| MD5 |
a783c3028306b695b98096b544b348c2
|
|
| BLAKE2b-256 |
e3c6f2fbcc73ad568590f66ec37e35c99dc2c7a21a3c011499882abbf473cfde
|
File details
Details for the file citrailmu-25.3.1-py3-none-any.whl.
File metadata
- Download URL: citrailmu-25.3.1-py3-none-any.whl
- Upload date:
- Size: 20.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35134bf8f04232fb9174117e364ae6ab45ccc817f6db59b293590d97b8367be6
|
|
| MD5 |
1f3be004d57463ee791e58ecea2c3946
|
|
| BLAKE2b-256 |
cdcab3bef872695b698e2ea225b716bc236178c5c1af0abe5d5cb511ec960577
|