awacke1 commited on
Commit
5b10b36
Β·
verified Β·
1 Parent(s): b0e4549

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -9,6 +9,11 @@ asyncio
9
  # πŸš€ Task master - "asyncio.create_task(func())" launches parallel action heroes!
10
  # πŸ”„ Loop de loop - "asyncio.run(main())" runs your async empire smoothly!
11
 
 
 
 
 
 
12
  websockets
13
  # 🌐 Web chat zap - "async with websockets.connect('ws://...')" links chat galaxies!
14
  # πŸ“‘ Send it fast - "await websocket.send('Hi!')" beams messages at lightspeed!
@@ -24,11 +29,6 @@ audio-recorder-streamlit
24
  # πŸ”‰ Sound bite - "if audio: st.audio(audio)" plays back your epic words!
25
  # πŸ—¨οΈ Chat blast - "text = process(audio); st.write(text)" turns speech to text magic!
26
 
27
- nest-asyncio
28
- # πŸ”„ Loop savior - "nest_asyncio.apply()" fixes nested async woes with a wink!
29
- # πŸš€ Run again - "asyncio.run(main())" now works inside Streamlit’s loop party!
30
- # ⏲️ Time bender - "nest_asyncio.apply(); await asyncio.sleep(2)" bends time effortlessly!
31
-
32
  pillow
33
  # πŸ–ΌοΈ Pic power - "img = Image.open('cool.png')" unleashes image wizardry!
34
  # 🎨 Color swap - "img.convert('RGB')" transforms visuals like a pro!
@@ -37,4 +37,6 @@ pillow
37
  streamlit-paste-button
38
  # πŸ“‹ Paste magic - "result = paste_image_button('Paste')" snags clipboard images with flair!
39
  # πŸ–ΌοΈ Show it off - "if result.image_data: st.image(result.image_data)" flashes pasted pics!
40
- # πŸ’Ύ Save it quick - "filename = save_pasted_image(result.image_data)" names and stores your art!
 
 
 
9
  # πŸš€ Task master - "asyncio.create_task(func())" launches parallel action heroes!
10
  # πŸ”„ Loop de loop - "asyncio.run(main())" runs your async empire smoothly!
11
 
12
+ nest-asyncio
13
+ # πŸ”„ Loop savior - "nest_asyncio.apply()" fixes nested async woes with a wink!
14
+ # πŸš€ Run again - "asyncio.run(main())" now works inside Streamlit’s loop party!
15
+ # ⏲️ Time bender - "nest_asyncio.apply(); await asyncio.sleep(2)" bends time effortlessly!
16
+
17
  websockets
18
  # 🌐 Web chat zap - "async with websockets.connect('ws://...')" links chat galaxies!
19
  # πŸ“‘ Send it fast - "await websocket.send('Hi!')" beams messages at lightspeed!
 
29
  # πŸ”‰ Sound bite - "if audio: st.audio(audio)" plays back your epic words!
30
  # πŸ—¨οΈ Chat blast - "text = process(audio); st.write(text)" turns speech to text magic!
31
 
 
 
 
 
 
32
  pillow
33
  # πŸ–ΌοΈ Pic power - "img = Image.open('cool.png')" unleashes image wizardry!
34
  # 🎨 Color swap - "img.convert('RGB')" transforms visuals like a pro!
 
37
  streamlit-paste-button
38
  # πŸ“‹ Paste magic - "result = paste_image_button('Paste')" snags clipboard images with flair!
39
  # πŸ–ΌοΈ Show it off - "if result.image_data: st.image(result.image_data)" flashes pasted pics!
40
+ # πŸ’Ύ Save it quick - "filename = save_pasted_image(result.image_data)" names and stores your art!
41
+
42
+ pyPDF2