diff --git a/README.md b/README.md index 4033406..3c0f215 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliarecsys.github.io/ContextCF.jl/latest/) [![Build Status](https://travis-ci.org/JuliaRecsys/ContextCF.jl.svg?branch=master)](https://travis-ci.org/JuliaRecsys/ContextCF.jl) -[![codecov](https://codecov.io/gh/JuliaRecsys/ContextCF.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaRecsys/ContextCF.jl) + # ContextCF.jl - Context Collaborative Filtering expansion for package Persa.jl(https://github.com/JuliaRecsys/Persa.jl) **Installation**: at the Julia REPL, `Pkg.add("ContextCF")` or in Pkg3 `add ContextCF` -**Reporting Issues and Contributing**: See [CONTRIBUTING.md](CONTRIBUTING.md) - # Goal The main aim is to extend the Recommender Systems framework Persa.jl(https://github.com/JuliaRecsys/Persa.jl), enabling easy study of Context Aware Recommender Systems in Julia.