Clinical_Decision_System
CDS built using Flask and Svelte
Instruction of use
- clone the git repo
- open cmd / bash / shell
- cd into frontend/CDS folder
- now run
npm install
- after run
npm run build
- copy the dist folder generated and paste it to backend folder
- now cd into backend folder
- run
pip install -r requirement.txt
- in the code folder, run train.py to create required model and json files
- edit server.py 18 line - add a random string at the place of "KEY"
- if you want to run debug mode, add debug=True in the brackets in server.py last line
- run
python server.py
, open localhost:5000 or similar in browser
- Enjoy!!!
Instruction of website
- create a user by going to login
- the login to go to dashboard
- use the AI sypmtoms checker