Spaces:
Running
Running
File size: 432 Bytes
9925ac4 a229747 9925ac4 a229747 9925ac4 a229747 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ---
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
```
|