Skip to main content

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).

CitraIlmu Web UI

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
    yt_api=False,                 # Use YouTube API (optional)
    yt_api_key="YOUR_YT_API_KEY"  # YouTube API key (optional)
)

# Process media (file/URL)
audio_file, pdf_file, markdown_text = client.process_media(
    input_path="path/to/video.mp4",     # Audio/video 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

YouTube Processing Options

  • API Mode: Uses web API for video downloading (requires API key)
  • Default Mode: Uses native method for video downloading (no API key required)

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


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.2.tar.gz (21.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

citrailmu-25.3.2-py3-none-any.whl (21.1 kB view details)

Uploaded Python 3

File details

Details for the file citrailmu-25.3.2.tar.gz.

File metadata

  • Download URL: citrailmu-25.3.2.tar.gz
  • Upload date:
  • Size: 21.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.11

File hashes

Hashes for citrailmu-25.3.2.tar.gz
Algorithm Hash digest
SHA256 6448078363f9ac3c9d92ad965ba2af48a4ba2e81eac0e522b08860f343e4d38e
MD5 11e31d1bc71ef3e83434d02c29ffe837
BLAKE2b-256 d14a5d6c7a12052268299bf15690b5d6a297259219790dca3fe752d25715618b

See more details on using hashes here.

File details

Details for the file citrailmu-25.3.2-py3-none-any.whl.

File metadata

  • Download URL: citrailmu-25.3.2-py3-none-any.whl
  • Upload date:
  • Size: 21.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.11

File hashes

Hashes for citrailmu-25.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 922fb6d8d02fb46ceea81644033291d46964b92ad6f882bc274341642f1da3ab
MD5 da4f299732d0f51d187bb5ff12339983
BLAKE2b-256 7882d6ad767a36044e61650d4a41fd3d2822070d21b5a76251a632c9d2678fbe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page