An open API service indexing awesome lists of open source software.

https://github.com/priyansumaurya/medguide

MedGuide: A diagnostic tool for clinicians, facilitating disease diagnosis through patient symptom-based questioning.
https://github.com/priyansumaurya/medguide

flask machine-learning python3 tailwindcss

Last synced: 8 months ago
JSON representation

MedGuide: A diagnostic tool for clinicians, facilitating disease diagnosis through patient symptom-based questioning.

Awesome Lists containing this project

README

          

# MedGuide

To run this project on your local environment, follow these steps:

1. Install Python dependencies:

```bash
pip3 install --user -r requirements.txt
```

2. Start the application:

```bash
python3 app.py
```

3. Open a new terminal.

4. Change directory to the `static` folder:

```bash
cd medguide/static/
```

5. Install npm packages:

```bash
npm i
```

6. Build the CSS using Tailwind CSS:

```bash
npx tailwindcss -i ./src/style.css -o ./build/main.css --watch
```