sach91 bootcamp week8 exercise

This commit is contained in:
sach91
2025-10-30 15:42:04 +05:30
parent 3fa7a3dad5
commit ef48ed539d
20 changed files with 3124 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Core Dependencies
gradio>=4.0.0
chromadb>=0.4.0
sentence-transformers>=2.2.0
python-dotenv>=1.0.0
# Document Processing
pypdf>=3.0.0
python-docx>=1.0.0
markdown>=3.4.0
beautifulsoup4>=4.12.0
# Data Processing
numpy>=1.24.0
pandas>=2.0.0
tqdm>=4.65.0
# Visualization
plotly>=5.14.0
networkx>=3.0
# Ollama Client
requests>=2.31.0
# Optional but useful
scikit-learn>=1.3.0