AIstudyAssistant / requiremets.txt
abid-ai's picture
Rename Requiremets.txt to requiremets.txt
730864b verified
raw
history blame contribute delete
453 Bytes
# requirements.txt
streamlit # Latest stable version (as of Dec 2025)
openai # Latest OpenAI client (supports gpt-4o, embeddings-3, etc.)
pdfplumber # Best PDF text extraction
PyPDF2 # Fallback PDF reader
python-dotenv # Loads .env file for local dev
pandas # For MCQ CSV export
numpy # For cosine similarity
scikit-learn # cosine_similarity function