https://github.com/ariear/pax-api
Rest Api For Check Anxiety Disorder 🏥
https://github.com/ariear/pax-api
anxiety anxiety-disorder healthcare random-forest sistem-pakar
Last synced: 8 months ago
JSON representation
Rest Api For Check Anxiety Disorder 🏥
- Host: GitHub
- URL: https://github.com/ariear/pax-api
- Owner: ariear
- Created: 2023-07-13T12:44:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T07:30:07.000Z (almost 3 years ago)
- Last Synced: 2025-08-28T02:33:21.919Z (10 months ago)
- Topics: anxiety, anxiety-disorder, healthcare, random-forest, sistem-pakar
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pax (Rest Api For Check Anxiety Disorder) 🏥
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 ⭐
- [Pax](#Pax)
- [Tech Stack](#techstack)
- [Installation](#installation)
- [Usage](#usage)
- [Authors](#authors)
## Tech Stack
- Flask 🌶
- scikit-learn 💻
- pandas 🗃
## Installation
Clone this repo
```sh
git clone https://github.com/ariear/pax-api.git
```
Install the requirements
```sh
pip install -r requirements.txt
```
Run server
```sh
python app.py
```
## Usage
[Sympton Here](https://drive.google.com/file/d/1pFRCoyrVkrcTe5gAGc89LYtbKwKNXTf1/view?usp=sharing)
| Endpoint | Method | Usage | Body |
|----------|-------|-------|-------|
| post symptom | POST | `/predict` | { "gejala1": "", "gejala2": "", "gejala3": ""} |
| get symptom | GET | `/symptom` | - |
## Authors
- ArieAr
- ChatGPT