An open API service indexing awesome lists of open source software.

https://github.com/team5818/vision-2017

5818's vision code for 2017
https://github.com/team5818/vision-2017

opencv3-python

Last synced: 3 months ago
JSON representation

5818's vision code for 2017

Awesome Lists containing this project

README

        

# vision-2017
5818's vision code for 2017.

Client available at https://github.com/Team5818/vision-client-2017.

# Preparing to Develop or Run

Install simple requirements:
```bash
pip3 install -r requirements.txt
```

You'll also need to install `opencv3` with Python bindings.

# Running

Assuming you have `python3` (at least Python 3.6):
```bash
./main.py
```