Skip to content

Ml-Cli is a command line and local tool that aims to automate ML testing and provide annotation tools

License

Notifications You must be signed in to change notification settings

AxaFrance/ecotag

Folders and files

NameName
Last commit message
Last commit date
Oct 11, 2023
Sep 6, 2022
Oct 11, 2023
Sep 6, 2022
Jun 9, 2022
Dec 22, 2023
Mar 24, 2023
Jun 8, 2022
May 15, 2023
Oct 11, 2021
Jul 2, 2021
Dec 13, 2022
Dec 13, 2022
Dec 12, 2022
Dec 12, 2022
Dec 12, 2022
Jul 2, 2021
Oct 11, 2023
Dec 16, 2022
Mar 9, 2022
Jul 2, 2021
Dec 13, 2022
Nov 25, 2022

Repository files navigation

Ecotag

CI Quality Gate Reliability Security Code Corevage Twitter

ecotag webapp

Online Demo of ecotag : https://axaguildev-ecotag.azurewebsites.net

About

Ecotag an is an awesome annotation tools.

  • Manage OIDC authentication
  • Manage teams
  • Manage roles (ECOTAG_ADMINISTRATEUR, ECOTAG_DATA_SCIENTIST, ECOTAG_ANNOTATEUR)
  • Manage datasets
  • Create labelling project
    • Image : png, jpg, jpeg
      • Zoning
      • Classification
      • Rotation
      • Transcription
    • Document : txt, .eml, .msg, .jpg, .png, jpeg, .tiff, .tif, .pdf, .doc, .docx, .xls, .xlsx, .ppt, .pptx, .rtf, .odt, .ods, .odp, .zip
      • Classification
      • Transcription
    • Text NER Zoning
  • Labelling Export

ML-Cli is the official CLI of Ecotag ML-Cli Readme

Video of features:

A storybook is available here https://happy-desert-0ef175103.1.azurestaticapps.net/

Getting started

To run the demo with .NET 6 on your machine :

git clone https://github.com/AxaGuilDEv/ecotag.git

# Run blob storage and SQL Server
cd ./ecotag
docker-compose up 
# then, you can navigate to http://localhost:5010

How it works

Technologies:

  • react
  • .NET 6
  • OpenID Connect

/ecotag webapp

Contribute