Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raphasampaio authored Aug 16, 2024
1 parent 15d3004 commit e83c90c
Showing 1 changed file with 6 additions and 26 deletions.
32 changes: 6 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,11 @@
<div align="center"> <img src="/docs/src/assets/logo.svg" alt="UnsupervisedClustering.jl"></img></div>

# UnsupervisedClustering.jl

<div align="center">
<a href="/docs/src/assets/">
<img src="/docs/src/assets/logo.svg" width=250px alt="UnsupervisedClustering.jl" />
</a>
<br>
<br>
<a href="https://raphasampaio.github.io/UnsupervisedClustering.jl/stable">
<img src="https://img.shields.io/badge/docs-stable-blue.svg" alt="Stable">
</a>
<a href="https://raphasampaio.github.io/UnsupervisedClustering.jl/dev">
<img src="https://img.shields.io/badge/docs-dev-blue.svg" alt="Dev">
</a>
<a href="https://github.com/JuliaTesting/Aqua.jl">
<img src="https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg" alt="Coverage"/>
</a>
<br>
<a href="https://juliahub.com/ui/Packages/UnsupervisedClustering/sHGR0">
<img src="https://juliahub.com/docs/UnsupervisedClustering/version.svg" alt="Version"/>
</a>
<a href="https://github.com/raphasampaio/UnsupervisedClustering.jl/actions/workflows/CI.yml">
<img src="https://github.com/raphasampaio/UnsupervisedClustering.jl/actions/workflows/CI.yml/badge.svg" alt="CI"/>
</a>
<a href="https://codecov.io/gh/raphasampaio/UnsupervisedClustering.jl">
<img src="https://codecov.io/gh/raphasampaio/UnsupervisedClustering.jl/branch/main/graph/badge.svg" alt="Coverage"/>
</a>
</div>
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://raphasampaio.github.io/UnsupervisedClustering.jl.jl/stable)
[![CI](https://github.com/raphasampaio/UnsupervisedClustering.jl.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/raphasampaio/UnsupervisedClustering.jl.jl/actions/workflows/CI.yml)
[![Codecov](https://codecov.io/gh/raphasampaio/UnsupervisedClustering.jl.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/raphasampaio/UnsupervisedClustering.jl.jl)
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)

## Introduction
UnsupervisedClustering.jl is a Julia package that implements several unsupervised clustering algorithms.
Expand Down

0 comments on commit e83c90c

Please sign in to comment.