Shriharsh commited on
Commit
3597430
·
verified ·
1 Parent(s): 602da86

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ gradio==4.19.2 # UI framework, pinned for stability
2
+ requests==2.31.0 # HTTP requests for scraping
3
+ beautifulsoup4==4.12.3 # HTML parsing
4
+ sentence-transformers==2.5.0 # Retrieval embeddings (all-MiniLM-L6-v2)
5
+ transformers==4.38.2 # QA model (DistilBERT)
6
+ torch==2.2.1 # Required by transformers, CPU-only to save memory
7
+ numpy==1.26.4 # Array operations for embeddings