Prathamesh1420 commited on
Commit
0a80c47
·
verified ·
1 Parent(s): ddfcb23

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -7
requirements.txt CHANGED
@@ -1,14 +1,11 @@
1
  streamlit
2
  torch
3
  matplotlib
4
- langchain-core # Might need adjustment based on availability
5
  datasets
6
  sentence-transformers
7
  transformers
8
- tf-keras
9
  tensorflow
10
- # Additional libraries based on your code (if applicable)
11
- mysql-connector-python # If using MySQL database
12
- Pillow # If using PIL for image processing
13
- scikit-learn # If using scikit-learn (used for sklearn in your code)
14
- langchain_community
 
1
  streamlit
2
  torch
3
  matplotlib
4
+ langchain-core
5
  datasets
6
  sentence-transformers
7
  transformers
 
8
  tensorflow
9
+ mysql-connector-python
10
+ Pillow
11
+ scikit-learn