CodeForPhilly / CodeForPhilly/balancer-main
Add an API endpoint for extracting medical entities from files
Open
- Dominant language
- TypeScript
- Stars
- 21
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
```
Related tables: Api_embeddings, Api_uploadfile
Field_extraction = [“Medication”, “doctor names”]
API request:
POST
{
“file _id” : 2,
“Field_extraction” : “{Field_extraction}”
}
API response:
JSON
“Field”: “Medication_name”
“embeddings_guld “ or embeddings_id”
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.