Lanugage Automated Machine Learning by Python.
This tool was built for my master's thesis in biotechnology from Harvard University: Extension School. It is a natural language processor (NLP)
that utilizes pytorch, huggingface, and scipy to make predictions of pathogenicity of bacteria
based off of semantic analysis of scientific abstracts.
Use the package manager [pip]
pip install lamp
from lamp.pipeline import *
lamp_pipeline(**args)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.