Adverse drug effects has been identified as a leading cause of hospitalization. A majority of this adverse effects are as a result of polypharmacy and the interaction between mutliple drug components. This project utilizes machine learning to predict what kind of interactions may arise from the combination of two drugs/chemical constituents.
app-demo.mov
- This project can be expanded further to accomodate predictions of more than 2 drug components.
- NodeJS
- verify with
node -v - else install NodeJS here
- clone the repository
git clone https://github.com/valentina-buoro/Drug-Interaction-Frontend.git - go into the folder
cd Drug-Interaction-Frontend - run
npm ito download the development dependencies - run
npm run startto run the application on your browser at http://localhost:3000