github-recom-101

Experimental recommender for github repos within streamlit

This project is maintained by nnfuzzy

Github Recommender 101

An experimental recommender inside of streamlit to keep updated in new developments in terms of my preferences.

Data

  1. Choose and prepare data (via gcp you can access github data related to public projects).

Recommenders

  1. Setup different recommenders
    • implict (done)
    • LightFm (done)
    • tensorflow
    • fastai (tricky in terms of implict issues, because it expects ratings and fill 0 value combos will explode the data)

Streamlit

  1. Streamlit is an ideal tool to visualize data-science stuff quickly and using as background for discussion or a low cost prototyping environment.

Running

DATA_PATH="data/" streamlit run recom_app.py

Dockerfile

  1. To use it in proper way you can build your docker image.
  2. Github action makes it easy to import the image to AWS ECR for further usage in EC2, Fargate or AppRunner.

Running local

docker build -t recom101 . 
docker run --rm recom101      

Possible future

Credits

Public community and …