A web-app implementation of pycellfit built using Django and deployed with Heroku. A live-version of the website is available here.
Starting server:
cd pycellfitweb
python manage.py runserver
- No database models are being used. Files are uploaded using a form, processed using
pycellfit
, and outputs are generated usingplotly
. - UI is created using Bootstrap 4 CSS.