Web tool based on Python and Streamlit to quickly optimize protein expression using Scikit-learn.
Requirements:
- Streamlit
- Seaborn
- Scikit-learn
Start it with:
$ streamlit run eeo.py
Test it with the example.csv file!
- Download miniconda from https://docs.conda.io/en/latest/miniconda.html
- Open an Anaconda Prompt and go to the EEO folder (
cd <PATH>) - Type
conda env create -f eeo.yml(This takes a while) - Actiavte the enviroment with
conda activate eeo - In the EEO folder type
streamlit run eeo.py