awacke1 commited on
Commit
0b158b6
Β·
verified Β·
1 Parent(s): 98946ea

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +42 -4
requirements.txt CHANGED
@@ -1,5 +1,43 @@
 
1
  streamlit # 🌟 The shiny star of our web app galaxy!
2
- pandas # 🐼 Data-wrangling panda for our file history circus!
3
- pillow # πŸ–ΌοΈ Pixel-pushing pillow for image fluffing!
4
- imutils # πŸ“Έ Lightweight video stream wizard for live capture!
5
- opencv-python # πŸ“Έ Snap-happy king of camera wizardry (imutils dependency)!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Streamlit Base
2
  streamlit # 🌟 The shiny star of our web app galaxy!
3
+
4
+ # PDF Libraries
5
+ pypdf # πŸ“œ Splits, merges, and extracts text from PDFs
6
+ pikepdf # πŸ“œ Edits PDFs with low-level control using QPDF
7
+ pdfminer.six # πŸ“œ Extracts text and layout from PDFs
8
+ fpdf2 # πŸ“œ Generates PDFs from scratch
9
+ pdfkit # πŸ“œ Converts HTML to PDF (requires wkhtmltopdf)
10
+ pdfrw # πŸ“œ Reads/writes PDFs, supports merging
11
+ pdfplumber # πŸ“œ Extracts text and tables from PDFs
12
+ pymupdf # πŸ“œ High-performance PDF reading/writing
13
+ borb # πŸ“œ Modern PDF creation and editing
14
+ pdf2image # πŸ“œ Converts PDFs to images (requires Poppler)
15
+
16
+ # Image Capture Libraries
17
+ opencv-python # πŸ“Έ Captures and processes images from cameras
18
+ pillow # πŸ–ΌοΈ Processes and saves images
19
+ imutils # πŸ“Έ Simplifies image capture with threading
20
+ pyscreeze # πŸ“Έ Captures screenshots
21
+ pyautogui # πŸ“Έ Captures screenshots and automates
22
+ mss # πŸ“Έ Fast screenshot capture
23
+ imageio # πŸ“Έ Reads/writes images, supports cameras
24
+ picamera2 # πŸ“Έ Captures from Raspberry Pi cameras (Pi only)
25
+ pygrabber # πŸ“Έ Captures images on Windows via DirectShow
26
+ scikit-image # πŸ“Έ Advanced image processing
27
+
28
+ # Video Capture Libraries
29
+ vidgear # πŸŽ₯ High-performance video capture with FFmpeg
30
+ moviepy # πŸŽ₯ Edits and processes video files
31
+ pyav # πŸŽ₯ FFmpeg-based video capture
32
+ pafy # πŸŽ₯ Streams YouTube videos (requires youtube-dl)
33
+ cvpubsubs # πŸŽ₯ Multi-camera video capture with pub/sub
34
+
35
+ # Audio Capture Libraries
36
+ pydub # 🎡 Manipulates audio, supports recording with FFmpeg
37
+ pyaudio # 🎡 Real-time audio capture/playback
38
+ sounddevice # 🎡 Low-latency audio capture
39
+ soundfile # 🎡 Reads/writes audio files
40
+ pyaudioanalysis # 🎡 Audio analysis with capture
41
+ pyo # 🎡 Audio processing and synthesis
42
+ speechrecognition # 🎡 Captures audio for speech recognition
43
+ pyalsaaudio # 🎡 Audio capture/playback on Linux with ALSA