In this project we can create models to assign labels to issues in repositories. Check out the content page for a detailed overview of this project.
There are interactive and reproducible notebooks for this entire project available for anyone to start using on the public JupyterHub instance on the Massachusetts Open Cloud (MOC) right now!
- To get started, access JupyterHub, select log in with
moc-sso
and sign in using your Google Account. - After signing in, on the spawner page, please select the
Data Science Base
in the JupyterHub Notebook Image section from the dropdown and select aMedium
container size and hitStart
to start your server. - Once your server has spawned, you should open a terminal and run the command
git clone https://github.com/aicoe-aiops/github-labeler.git
. - Then, run the commands
cd github-labeler
followed bypipenv install
in order to install all the required packages. - Rename the
.env.example
file to just.env
and fill in your desired environment variables. - Now you are ready to run whatever code you wish. Check out the content page with project blog and notebooks to see what features you can play around with.
If you need more help navigating the Operate First environment, we have a few short videos to help you get started.