SkirOwen / aie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aie -- The Artificial Intelligence Eye

Installation

Directly

git clone https://www.github.com/SkirOwen/aie.git
cd aie
# Install
pip install -e .

Anaconda Virtual Env

In the directory, after cloning the repository

conda create -n aie python=3.8
conda activate aie
pip install -e .

About

License:MIT License


Languages

Language:PureBasic 93.8%Language:Python 6.2%