beer / requirements.txt
gaur3009's picture
Update requirements.txt
587ba80 verified
raw
history blame contribute delete
737 Bytes
# UI + Framework
gradio==4.29.0
streamlit==1.35.0
langchain==0.2.1
# NLP and LLMs
transformers==4.43.0
torch==2.3.0
sentence-transformers==2.7.0
# spaCy pinned to compatible version with Gradio (typer<1.0)
spacy==3.6.1
# Web scraping (Meta Ads + E-commerce Ads)
selenium==4.20.0
playwright==1.44.0
beautifulsoup4==4.12.3
lxml==5.2.1
fake_useragent==1.5.1
# Image generation
diffusers==0.27.2
accelerate==0.31.0
controlnet-aux==0.0.8
opencv-python==4.9.0.80
Pillow==10.3.0
# Vector DB + Search
faiss-cpu==1.8.0
scikit-learn==1.5.0
# Analytics + ML
xgboost==2.0.3
lightgbm==4.3.0
autogluon==1.1.0
pandas==2.2.2
matplotlib==3.9.0
# Miscellaneous
requests==2.31.0
regex==2024.4.16
python-dotenv==1.0.1
fastapi==0.111.0
uvicorn==0.29.0