mirror of
https://github.com/PlatypusPus/MushroomEmpire.git
synced 2026-02-07 22:18:59 +00:00
ref:Cleaned the Structure
This commit is contained in:
@@ -9,4 +9,15 @@ setuptools>=65.0.0
|
||||
presidio-analyzer>=2.2.0
|
||||
presidio-anonymizer>=2.2.0
|
||||
spacy>=3.7.0
|
||||
# Download spaCy model with: python -m spacy download en_core_web_sm
|
||||
# Download spaCy model with: python -m spacy download en_core_web_sm
|
||||
|
||||
# FastAPI Backend
|
||||
fastapi>=0.109.0
|
||||
uvicorn[standard]>=0.27.0
|
||||
python-multipart>=0.0.6
|
||||
|
||||
# Optional: GPU Support (uncomment if you have CUDA)
|
||||
# torch>=2.0.0 --index-url https://download.pytorch.org/whl/cu121
|
||||
|
||||
# Chatbot (WIP - not exposed in API yet)
|
||||
gpt4all>=2.0.0
|
||||
Reference in New Issue
Block a user