Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

README.md 437 B

You have to be logged in to leave a comment. Sign In

Covid19 Repo Recommender

This Jupyter Notebook trains and deploys a model via MLFlow that recommends GitHub Covid19-related repos based on a programming language and keywords.

Setup

python3 -m venv covid19-repo-recommender
source covid19-repo-recommender/bin/activate
pip install -r requirements.txt
python -m ipykernel install --user --name=covid19-repo-recommender

Then start the MLFlow server:

mlflow server
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...