Medical Tourism made simple - currently focused on Turkey, and branching globally. Uses a python backend to ship the ML models and queries necessary to make application run.
Currently Deployed @ HealthHopper
A next.js
application with a python backend server in flask
- use your preferred node package installer (
pnpm
oryarn
preferred) to install frompackage.json
(preferred installer) run dev
to run the application
Back End *Click here to access
- you must set up a python virtual environment to get the same package abilities as
npm
- the environment instructions are laid out in the linked repos readme
- once this is created, you can simply run the server using
flask app.py
orpython app.py
in debug mode - then simply make calls to the generated backend link via the frontend
- N/A
- If you would like to contribute, please submit a pull request to any of the issues currently open - or create new issues yourself