Spaces:
Runtime error
Runtime error
File size: 825 Bytes
76cb8da bb7861d 76cb8da bb7861d 76cb8da 23d4b72 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
license: mit
title: SmartCV
sdk: docker
emoji: 🏢
colorFrom: blue
colorTo: yellow
short_description: SMARTCV for SUMMARIZE AI
---
# SmartCV Backend API
Backend API untuk aplikasi SmartCV.
Dibangun dengan Python, FastAPI, dan menggunakan model AI dari Hugging Face Transformers untuk meringkas teks pengalaman kerja menjadi format CV yang profesional.
**Endpoint Utama:**
- `POST /summarize`: Menerima JSON dengan field `text` dan mengembalikan JSON dengan field `summary`.
**Teknologi:**
- Python 3.10
- FastAPI
- Uvicorn
- Pydantic
- Hugging Face Transformers (Model: [NAMA_MODEL_ANDA, misal google/flan-t5-small])
## Cara Menjalankan Lokal (Untuk Pengembangan)
1. `pip install -r requirements.txt`
2. `uvicorn app.main:app --reload --port 8000`
## Deployment
Dideploy ke Hugging Face Spaces menggunakan Docker. |