forked from enderofwings/NexusOS
Initial commit: NexusOS - local AI assistant platform
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
# --- Shared Base (GPU-agnostic) ---
|
||||
|
||||
# AI Stack
|
||||
transformers
|
||||
accelerate
|
||||
bitsandbytes
|
||||
safetensors
|
||||
sentencepiece
|
||||
tokenizers
|
||||
huggingface-hub
|
||||
|
||||
# API & Web Infrastructure
|
||||
fastapi
|
||||
uvicorn
|
||||
starlette
|
||||
httpx # HTTP client (backend + controlpanel)
|
||||
pydantic
|
||||
pydantic_core
|
||||
anyio
|
||||
h11
|
||||
httptools
|
||||
watchfiles
|
||||
websockets
|
||||
wsproto
|
||||
|
||||
# Data, UI & System Tools
|
||||
numpy
|
||||
scipy
|
||||
pandas
|
||||
psutil
|
||||
PySide6
|
||||
PySide6_Addons
|
||||
PySide6_Essentials
|
||||
shiboken6
|
||||
tqdm
|
||||
rich
|
||||
python-dotenv
|
||||
PyYAML
|
||||
|
||||
# Documentation Support
|
||||
markdown-it-py
|
||||
MarkupSafe
|
||||
mdurl
|
||||
Pygments
|
||||
Jinja2
|
||||
Reference in New Issue
Block a user