abid-ai commited on
Commit
45a69fb
·
verified ·
1 Parent(s): c1e9823

Update Requiremets.txt

Browse files
Files changed (1) hide show
  1. Requiremets.txt +9 -2
Requiremets.txt CHANGED
@@ -1,2 +1,9 @@
1
- streamlit
2
- PyPDF2
 
 
 
 
 
 
 
 
1
+ # requirements.txt
2
+ streamlit==1.39.0 # Latest stable version (as of Dec 2025)
3
+ openai==1.59.0 # Latest OpenAI client (supports gpt-4o, embeddings-3, etc.)
4
+ pdfplumber==0.11.4 # Best PDF text extraction
5
+ PyPDF2==3.0.1 # Fallback PDF reader
6
+ python-dotenv==1.0.1 # Loads .env file for local dev
7
+ pandas==2.2.3 # For MCQ CSV export
8
+ numpy==2.1.3 # For cosine similarity
9
+ scikit-learn==1.6.0 # cosine_similarity function