Commit 4f1bcd10 authored by igraf's avatar igraf
Browse files

Update README

parent 1cc147b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ source venv/bin/activate
pip install -r requirements.txt
```

## Usage: `extract_features.py`
## 💻  Usage: `extract_features.py`

```bash
python extract_features.py
@@ -34,7 +34,7 @@ This will extract the RGB values from the image [`figures/examples_from_dataset/
- `features-banana-resized.txt`:arrow_right: contains the features (RGB values) of the banana image after resizing it to 50x50 pixels
- `features-banana-resized-flattened.txt`:arrow_right: contains the flattened features (RGB values) of the banana image after resizing it to 50x50 pixels

## Usage: `apply_filters.py`
## 💻  `apply_filters.py`

```bash
python apply_filters.py