Spaces:
Sleeping
Sleeping
File size: 1,117 Bytes
10562b2 690700c 10562b2 690700c 10562b2 47df906 690700c 10562b2 690700c 10562b2 690700c 10562b2 690700c 10562b2 a236811 10562b2 690700c 10562b2 622abd8 10562b2 a236811 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
# # FastAPI & Server # fastapi==0.104.1 # uvicorn[standard]==0.24.0 # # Data Validation # pydantic==2.5.0 # pydantic-settings==2.1.0 # python-dotenv==1.0.0 # # Database # motor==3.3.2 # pymongo==4.6.0 # # LLM & AI Libraries # langchain-groq==0.1.9 # langchain-core==0.2.38 # huggingface-hub==0.24.6 # # Embeddings & Vector Search # sentence-transformers==2.2.2 # faiss-cpu==1.13.0 # numpy==1.26.4 # # ML/Deep Learning # torch==2.1.0 # transformers==4.35.2 # # Authentication # python-jose[cryptography]==3.3.0 # passlib[bcrypt]==1.7.4 # python-multipart==0.0.6 # bcrypt==4.1.1 # FastAPI & Server fastapi uvicorn[standard] # Data Validation pydantic pydantic-settings python-dotenv email-validator # Database motor pymongo # LLM & AI Libraries langchain-groq langchain-core huggingface-hub # Embeddings & Vector Search sentence-transformers faiss-cpu numpy # ML/Deep Learning torch torchaudio transformers # Authentication python-jose[cryptography] passlib[bcrypt]==1.7.4 python-multipart bcrypt==4.0.1 # new features dependencies python-multipart pillow pytesseract PyPDF2 python-docx pydub |