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.
- Host: GitHub
- URL: https://github.com/priyansumaurya/medguide
- Owner: PriyansuMaurya
- Created: 2023-09-29T16:33:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T16:31:14.000Z (about 2 years ago)
- Last Synced: 2024-04-02T17:47:31.548Z (about 2 years ago)
- Topics: flask, machine-learning, python3, tailwindcss
- Language: Jupyter Notebook
- Homepage:
- Size: 612 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```