Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 611 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 611 Bytes

Annotti

Data annotation tool for deep learning

Code structure

  ├─ pulic
  │   └─ index.html            : DOM root
  ├─ src
  │   ├─ main                  : Related to main process
  │   ├─ components            : React components
  │   ├─ project_managers      : Project managing classes
  │   ├─ utils
  │   ├─ styles                : css files
  │   ├─ index.js              : Electron entries
  │   └─ imgs
  ├─ craco.config.js           : Settings to use Ant Design
  └─ package.json              : Package manager guide