awacke1 commited on
Commit
3275c48
Β·
verified Β·
1 Parent(s): e1ddba2

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dependencies for the Streamlit app with Hugging Face libraries
2
+ streamlit # 🌐 - Web app with streamlit. Ex: 'Interactive UI' β†’ App | Build fast! πŸš€
3
+ transformers # πŸ“ - NLP with transformers. Ex: 'Sentiment' β†’ Label | Text wizardry! πŸͺ„
4
+ diffusers # πŸ–ΌοΈ - Image gen with diffusers. Ex: 'Text prompt' β†’ Image | Art magic! 🎨
5
+ datasets # πŸ“Š - Data with datasets. Ex: 'IMDB' β†’ Reviews | Data galore! πŸ“š
6
+ peft # βš™οΈ - Fine-tune with peft. Ex: 'BERT tweak' β†’ Model | Light tuning! πŸ’‘
7
+ accelerate # πŸš€ - Speed with accelerate. Ex: 'GPU use' β†’ Fast | Turbo mode! ⚑
8
+ optimum # ⚑ - Optimize with optimum. Ex: 'ONNX model' β†’ Speed | Efficiency rocks! 🏎️
9
+ torch # πŸ”₯ - ML with torch. Ex: 'Tensor ops' β†’ Results | Core power! πŸ’ͺ
10
+ pillow # πŸ–ŒοΈ - Images with pillow. Ex: 'Load image' β†’ Display | Picture perfect! πŸ“Έ