Hello there π, Today I built a rest api that functions to check whether a user has Anxiety disorder or not, I built this using random forest algorithm, dont forget to star this repo β
- Flask πΆ
- scikit-learn π»
- pandas π
Clone this repo
git clone https://github.com/ariear/pax-api.gitInstall the requirements
pip install -r requirements.txtRun server
python app.py| Endpoint | Method | Usage | Body |
|---|---|---|---|
| post symptom | POST | /predict |
{ "gejala1": "", "gejala2": "", "gejala3": ""} |
| get symptom | GET | /symptom |
- |
- ArieAr
- ChatGPT