nexa-classify-api / README.md
Prototype6239's picture
Upload folder using huggingface_hub
a229747 verified
|
Raw
History Blame Contribute Delete
432 Bytes
---
title: Nexa Classify API
emoji: ๐Ÿš€
colorFrom: indigo
colorTo: purple
sdk: docker
app_port: 7860
pinned: false
---
# Nexa Classify FastAPI Backend
This is the production-ready FastAPI backend for document classification, containerized for Hugging Face Spaces.
## Setup & Running locally
If you want to run this backend locally, use:
```bash
conda run -n docclassifier uvicorn api:app --host 0.0.0.0 --port 8000 --reload
```