A 95% accurate early cancer detection tool which uses micro-RNA sequences as input.
Clone the repository:
https://github.com/redmac135/foursight.git
cd foursightCreate .env file using the format
PORT=<port number>
SECRET_KEY=<django secret key>
ALLOWED_HOSTS=localhost,127.0.0.1,example.com
CSRF_TRUSTED_ORIGINS=http://localhost,http://127.0.0.1,https://example.com
Start the server with docker compose
docker compose up -d