detect-track-poc/README.md

18 lines
336 B
Markdown

# Foobar
Foobar is a Python library for dealing with word pluralization.
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
```bash
python3 -m venv venv3
source venv3/bin/activate
pip install -r requirements.txt
# adapt paths inside feature_matching.py
python feature_matching.py
```