File size: 447 Bytes
add84ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "mediflow-assistant",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "description": "Healthcare appointment chatbot prototype with Botpress blueprint and Hugging Face inference demo.",
  "scripts": {
    "demo": "node ml/hf_intent_demo.mjs",
    "serve": "python -m http.server 3010 --bind 127.0.0.1",
    "baseline": "python ml/mediflow_nlp.py"
  },
  "dependencies": {
    "@huggingface/transformers": "^3.8.1"
  }
}