Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 212 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 212 Bytes

vision_2023

Setup

Install Dependencies

pip install -r requirements.txt

Setup pre-commit

Pre-commit is setup to automatically run formatters and linters when you commit.

pre-commit install