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.git
Install the requirements
pip install -r requirements.txt
Run server
python app.py
Endpoint | Method | Usage | Body |
---|---|---|---|
post symptom | POST | /predict |
{ "gejala1": "", "gejala2": "", "gejala3": ""} |
get symptom | GET | /symptom |
- |
- ArieAr
- ChatGPT