Energyguru / requirements.txt
akazmi's picture
Update requirements.txt
4b36893 verified
raw
history blame contribute delete
300 Bytes
streamlit
beautifulsoup4
requests
pandas
torch # PyTorch required for embeddings
transformers # Hugging Face Transformers for loading the model
huggingface_hub # Handling Hugging Face API (already included for model loading)
faiss-cpu # Optional, for similarity queries on embeddings if needed
groq