j-alicia-long / Rx-CRN-Predictor

A CRN (cost-related nonadherence) risk factor predictor to help medical providers best serve the needs of critical patients.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aecera - A Prescription CRN Predictor

A CRN risk factor predictor to help physicians combat CRN (cost-related non-adherence) for low-income and other affected patients.

Development Setup

Clone the project and run the docker container:

git clone [url]
cd Rx-CRN-Predictor
docker-compose up

The Django server runs from the web service, PostgreSQL runs from db, and the ML API runs from api.

Note: If you get an "access denied error" during docker-compose up, run chmod +x entrypoint.sh.

Running the tests

To run the test suite:

docker-compose exec web bash    # exec into the django server container
python manage.py test           # run the django test suite

Built With

Authors

Acknowledgments

  • The lovely HackCville Deploy staff (Chris, Jedidiah, Harrison)

About

A CRN (cost-related nonadherence) risk factor predictor to help medical providers best serve the needs of critical patients.


Languages

Language:HTML 49.0%Language:Python 29.8%Language:CSS 17.2%Language:JavaScript 2.4%Language:Dockerfile 0.9%Language:Shell 0.7%