Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 2.63 KB

README.md

File metadata and controls

75 lines (47 loc) · 2.63 KB

AllSeer

.NET CodeQL

Purpose

To make searching images as easy as grepping text files. This tool supports extracting predictions and generating output images with prediction markup.

Getting Started

Prerequisites

Installation

Global tool

Self Contained

win-x64, linux-x64, rhel-x64, osx-x64

Usage

Allseer CLI, or allseer, is a command-line tool for generating classification predictions for images. You can filter prediction labels and create images with prediction bounding boxes and markup.

Basic help can be had by "allseer -?"

Basic Help

ROADMAP

  • Add automated tool / nuget package building
  • Add Configurable Model and Weights
  • Support downloading model
  • Cross platform support (linux, osx, windows)
  • Support filtering images and predictions by labels
  • Support extracting text from images
  • Build platform / architecture specific self contained binaries (linux, windows, osx / x64, x32, ARM, etc)

Pull requests are more than welcomed!

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Usage is provided under the MIT License. See LICENSE for the full details.

Acknowledgments