recommendation_system / requirements.txt
Prathamesh1420's picture
Update requirements.txt
66a0dab verified
raw
history blame contribute delete
394 Bytes
streamlit
torch
matplotlib
langchain-core # Might need adjustment based on availability
datasets
sentence-transformers
transformers
tensorflow
tf-keras
# Additional libraries based on your code (if applicable)
mysql-connector-python # If using MySQL database
Pillow # If using PIL for image processing
scikit-learn # If using scikit-learn (used for sklearn in your code)
langchain_community