15 lines
236 B
Markdown
15 lines
236 B
Markdown
|
|
# Python AI Placeholder
|
||
|
|
|
||
|
|
This service is the placeholder for OCR, grading and speech evaluation capabilities.
|
||
|
|
|
||
|
|
## Run
|
||
|
|
|
||
|
|
```bash
|
||
|
|
pip install -r requirements.txt
|
||
|
|
uvicorn app.main:app --reload --port 9000
|
||
|
|
```
|
||
|
|
|
||
|
|
## Endpoints
|
||
|
|
|
||
|
|
- `GET /health`
|