Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 323 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 323 Bytes

image-retriever

CS final project. Search and retrieve location of element/character from an image.

installation

This project works with python 3.8.5

if you only one version of python installed, run

    pip install -r requirements.txt

Otherwise, run

    python3.8 -m pip install -r requirements.txt