Skip to content
Snippets Groups Projects
Verified Commit 399c2d40 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

feat: added readme

parent f284d517
Branches
Tags
No related merge requests found
## Prerequisites
### Create a `python` virtual environment
```bash
python3 -m venv .venv
```
### Activate the virtual environment
```bash
source .venv/bin/activate
```
### Installing the dependencies
```bash
pip3 install -r requirements.txt
```
## Running the program
```bash
python3 dct.py ./resources/forest.png
```
## Example result
![Visual output of the program](./report/figs/example_output.png)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment