This repo is the server for IntelligentXray, in charge of deploying the developed model.
- Clone the repository
git clone https://github.com/carloslago/IntelligentXray_Server.git- Install Python packages
pip install requirements.txtpython manage.py makemigrations
python manage.py migrate
python manage.py runserver