A small tool to generate mass spectra from names, words, sentences or any alphabetic strings. Uses MS2PIP for spectrum prediction.
- Install requirements:
pip install -r requirements.txt - Run streamlit app:
streamlit run streamlit_app.py - Alternatively pull and run the docker container:
docker run -p 8501:8501 michabirklbauer/nametospectrum:latest - Open your browser and navigate to
localhost:8501.