awacke1 commited on
Commit
0e2b634
Β·
verified Β·
1 Parent(s): 3febaf2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -29
requirements.txt CHANGED
@@ -1,31 +1,3 @@
1
  # Streamlit Base
2
  streamlit # 🌟 The shiny star of our web app galaxy! | "st.write('Hello, world!')" - Greets the universe like a cosmic chatbot!
3
- reportlab
4
- weasyprint
5
- pdfkit
6
- PyPDF2
7
-
8
- # PDF Libraries (Reduced to working ones)
9
- pikepdf # πŸ“œ Edits PDFs with low-level control using QPDF | "pikepdf.Pdf.open('in.pdf').save('out.pdf')" - Gives your PDF a makeover like a digital plastic surgeon!
10
- fpdf2 # πŸ“œ Generates PDFs from scratch | "fpdf.FPDF().add_page().output('new.pdf')" - Whips up a PDF quicker than a chef flipping pancakes!
11
- pymupdf # πŸ“œ High-performance PDF reading/writing | "fitz.open('doc.pdf')[0].get_text()" - Speed-reads PDFs faster than a bookworm on espresso!
12
-
13
- # Image Capture Libraries
14
- opencv-python # πŸ“Έ Captures and processes images from cameras | "cv2.imwrite('snap.jpg', cv2.VideoCapture(0).read()[1])" - Snaps a pic quicker than a paparazzi at a celebrity meltdown!
15
- pillow # πŸ–ΌοΈ Processes and saves images | "Image.fromarray(cv2.cvtColor(frame, cv2.COLOR_BGR2RGB)).save('out.jpg')" - Polishes pics like a pillow fluffer at a sleepover!
16
- imutils # πŸ“Έ Simplifies image capture with threading | "imutils.video.VideoStream(src=0).start().read()" - Grabs frames smoother than a cat burglar in sneakers!
17
- pyscreeze # πŸ“Έ Captures screenshots | "pyscreeze.screenshot().save('screen.jpg')" - Snags your screen like a sneaky spy with a camera!
18
- pyautogui # πŸ“Έ Captures screenshots and automates | "pyautogui.screenshot().save('screen.jpg')" - Snaps your desktop faster than a robot paparazzo!
19
- mss # πŸ“Έ Fast screenshot capture | "mss.mss().shot(output='screen.png')" - Captures screens quicker than a ninja snapping selfies!
20
- imageio # πŸ“Έ Reads/writes images, supports cameras | "imageio.imwrite('out.jpg', imageio.get_reader('<video0>').get_next_data())" - Snags images like a pirate looting a pixel treasure chest!
21
- pygrabber # πŸ“Έ Captures images on Windows via DirectShow | "pygrabber.dshow_graph.FilterGraph().grab_frame().save('out.jpg')" - Grabs Windows shots like a cowboy roping a pixel steer!
22
- scikit-image # πŸ“Έ Advanced image processing | "skimage.io.imsave('out.jpg', frame)" - Processes pics like a scientist dissecting a pixel frog!
23
- grab # πŸ“Έ Captures screenshots with a simple API | "grab.Grab().screen().save('screen.jpg')" - Snaps screens like a ghost haunting your desktop!
24
-
25
- # Video Capture Libraries
26
- opencv-python # πŸŽ₯ Captures video from cameras | "cv2.VideoCapture(0).read()[1]" - Grabs video frames like a director snatching scenes from a blockbuster!
27
- vidgear # πŸŽ₯ High-performance video capture with FFmpeg | "vidgear.gears.CamGear(source=0).start().read()" - Streams video smoother than a greased-up eel!
28
- imutils # πŸŽ₯ Threaded video capture | "imutils.video.VideoStream(src=0).start().read()" - Streams video like a thief sneaking frames in the night!
29
- imageio # πŸŽ₯ Reads video from cameras | "imageio.get_reader('<video0>').get_next_data()" - Snags video frames like a fisherman reeling in pixel fish!
30
- grab # πŸŽ₯ Captures screen video (via screenshots) | "grab.Grab().screen().save('frame.jpg')" - Records screens like a ghost filming a desktop haunting!
31
- pyscreeze # πŸŽ₯ Captures screen video (via screenshots) | "pyscreeze.screenshot().save('screen.jpg')" - Snaps screen video like a spy with a frame-by-frame camera!
 
1
  # Streamlit Base
2
  streamlit # 🌟 The shiny star of our web app galaxy! | "st.write('Hello, world!')" - Greets the universe like a cosmic chatbot!
3
+ reportlab