Make a virtual environment and Clone the repository to your local machine:
git clone https://github.com/juvanthomas/com.imageanalysis.gitInstall the requirements:
pip3 install -r requirements.txtApply the migrations:
python3 manage.py migrateFinally, run the development server:
python3 manage.py runserverThe project will be available at 127.0.0.1:8000.