Spaces:
Sleeping
Sleeping
| 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 | |
| ``` | |