Skip to content

API deployment of drug interaction model. Developed using Flask framework, Python, Ersilia and Joblib.

Notifications You must be signed in to change notification settings

valentina-buoro/Drug-Interaction-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D.D.I detective backend API.

This repository contains the code for D.D.I. detective, a web application that utilizes machine learning models(XGBoost), to predict the interaction between two drugs, given their SMILES strings as input

Installation

  • clone the repo https://github.com/valentina-buoro/Drug-Interaction-Backend.git
  • go into the folder cd Drug-Interaction-Backend
  • create a virtual python environment, mac python3 -m venv .venv. Windows py -3 -m venv .venv
  • activate the virtual python environment. Mac . .venv/bin/activate. Windows .venv\Scripts\activate
  • install the dependencies pip install -r requirements.txt
  • run the application flask --app flaskr run --debug

About

API deployment of drug interaction model. Developed using Flask framework, Python, Ersilia and Joblib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors