Create requirements.txt
Browse files- 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! πΈ
|