Skip to content

Commit

Permalink
install pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ElNiak committed Jun 5, 2024
1 parent d1bfcf3 commit dd11341
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
[![Python application](https://github.com/csvl/SEMA-ToolChain/actions/workflows/python-app.yml/badge.svg)](https://github.com/csvl/SEMA-ToolChain/actions/workflows/python-app.yml)


![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white) ! ![Debian](https://img.shields.io/badge/Debian-D70A53?style=for-the-badge&logo=debian&logoColor=white)
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) ![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white) ![Debian](https://img.shields.io/badge/Debian-D70A53?style=for-the-badge&logo=debian&logoColor=white)

### Toolchain architecture
<a name="toolchain-architecture"></a>
Expand All @@ -46,6 +46,15 @@ Another classifier we use is the Support Vector Machine (`SVM`) with INRIA graph

A web application is available and is called SemaWebApp. It allows to manage the launch of experiments on SemaSCDG and/or SemaClassifier.

### Pre-commit

This repository uses pre-commit to ensure that the code is formatted correctly and that the code is clean. To install pre-commit, run the following command:

```bash
python3 -m pip install pre-commit
pre-commit install
```

### Documentation

* Complete README of the entire toolchain : ![Sema README](./doc/README.md)
Expand Down

0 comments on commit dd11341

Please sign in to comment.