Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Derek Haynes 0faf9c3f4e
Updating README
4 years ago
0faf9c3f4e
Updating README
4 years ago
12351f0290
Initial setup of FastAPI web app
4 years ago
e83e93934e
Working notebook w/virtualenv and full feature list
4 years ago
7a59e3399a
Initial commit
4 years ago
e83e93934e
Working notebook w/virtualenv and full feature list
4 years ago
3b6158dce4
Updating raw data to remove NaN values
4 years ago
12351f0290
Initial setup of FastAPI web app
4 years ago
Storage Buckets

README.md

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

About

No description

Collaborators 1

Comments

Loading...