GithubHelp home page GithubHelp logo

eq_vision's Introduction

Easequality

Make the Data and Models Quality easy for everyone

Easequality is basically a High level Wrapper which connects your Data/Model with various Quality Tools, Hence you can evaluate the Data/Model quality with few lines of code.

Logo

Updates

  • The code will be released soon! Please stay tuned! ๐Ÿ˜Š

Installation

To install

  git clone https://github.com/Usama3059/easequality.git
  cd Easequality

Example/Usage

To run tests, run the following command, we are evaluating on the BCCD Dataset and Yolov5

#Example for Yolov5 Model
from yolo import yolo_quality
cls_dict = {
        0: 'RBC',
        1: 'WBC',
        2: 'Platelets'}


yolo = yolo_quality( train_dir_path='train',
                     test_dir_path='valid',
                     model_path='model.pt',
                     class_dict = cls_dict)

yolo.result()

Integeration

  • Supports MSCOCO, PascalVOC, Yolo, Yolo Darknet etc

  • Supports Fastai Classification

  • Supports Timm Models

  • Supports Detectron2

  • Supports Yolov5

On going tasks

  • Code release for everyone

  • Quick Summary

๐Ÿš€ About Me

Hi, I'm Usama Altaf Zahid mainly work as Computer vision Engineer. I like working with AI models and building Computer vision based problem solving products. This repo is basically a helpful tool to easily and rapidly evaluate and improve the Data/Model Quality, Hence to build more robust Models with very less training process iterations

๐Ÿ”— Links

linkedin

Contributing

Contributions are always welcome!

If you have any feedback, please reach out to us at [email protected]

eq_vision's People

Contributors

usama3059 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.