Spaces:
Sleeping
Sleeping
File size: 1,913 Bytes
0b158b6 daafe64 0b158b6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# Streamlit Base streamlit # π The shiny star of our web app galaxy! # PDF Libraries pypdf # π Splits, merges, and extracts text from PDFs pikepdf # π Edits PDFs with low-level control using QPDF pdfminer.six # π Extracts text and layout from PDFs fpdf2 # π Generates PDFs from scratch pdfkit # π Converts HTML to PDF (requires wkhtmltopdf) pdfrw # π Reads/writes PDFs, supports merging pdfplumber # π Extracts text and tables from PDFs pymupdf # π High-performance PDF reading/writing borb # π Modern PDF creation and editing pdf2image # π Converts PDFs to images (requires Poppler) # Image Capture Libraries opencv-python # πΈ Captures and processes images from cameras pillow # πΌοΈ Processes and saves images imutils # πΈ Simplifies image capture with threading pyscreeze # πΈ Captures screenshots pyautogui # πΈ Captures screenshots and automates mss # πΈ Fast screenshot capture imageio # πΈ Reads/writes images, supports cameras picamera2 # πΈ Captures from Raspberry Pi cameras (Pi only) pygrabber # πΈ Captures images on Windows via DirectShow scikit-image # πΈ Advanced image processing # Video Capture Libraries vidgear # π₯ High-performance video capture with FFmpeg moviepy # π₯ Edits and processes video files pyav # π₯ FFmpeg-based video capture pafy # π₯ Streams YouTube videos (requires youtube-dl) cvpubsubs # π₯ Multi-camera video capture with pub/sub # Audio Capture Libraries pydub # π΅ Manipulates audio, supports recording with FFmpeg pyaudio # π΅ Real-time audio capture/playback sounddevice # π΅ Low-latency audio capture soundfile # π΅ Reads/writes audio files pyaudioanalysis # π΅ Audio analysis with capture pyo # π΅ Audio processing and synthesis speechrecognition # π΅ Captures audio for speech recognition pyalsaaudio # π΅ Audio capture/playback on Linux with ALSA |