Awesome
Paladin
Demo
A short instruction video here: https://youtu.be/PdOSHE7ubJM
System Requirements
Paladin needs to use nVidia GPU for training models. You need to install CUDA 10.1.
Installation using the source code
-
Get source code
-
Create a new virtual environment
python3 -m venv /path/to/venv
source /path/to/venv/bin/activate
- Install requires package
pip3 install -r requirements.txt
- Install apex
git clone https://www.github.com/nvidia/apex
cd apex
python setup.py install
- Create database
python3 manage.py makemigrations server
python3 manage.py migrate
- Create admin user
python3 manage.py createsuperuser
- Run the application
python3 manage.py runserver
- Use a web browser and navigate to 127.0.0.1:8000