The optimizer web app for Drug Launch Sequence. The scope of this repository is to provide an interface for optimizing Net Present Value based on the launch sequence of drugs.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Requires python 3.x.x
.
- First create a
python
virtual environment using anaconda/miniconda or virtualenv - Install the required packages from
requirements.txt
by runningpip install -r requirements.txt
The setup also requires downloading data corpuses. Run the following commands after installing all the packages from requirements.txt
.
To run the server, go to Web App link NPV Optimizer - Streamlit
- Anudeep Ramisetty - @anuliketat
README
inspired from https://gist.github.com/PurpleBooth/109311bb0361f32d87a2