GithubHelp home page GithubHelp logo

codeproject / codeproject.ai-alpr Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 255 KB

An ALPR module for CodeProject.AI Server

Home Page: https://www.codeproject.com/ai

License: Other

Python 85.99% HTML 5.19% Batchfile 2.08% Shell 6.73%
alpr artificial-intelligence codeproject codeproject-ai ocr python

codeproject.ai-alpr's Introduction

ALPR Module for CodeProject.AI Server

This is an Automatic License Plate Recognition (ALPR) module for CodeProject.AI Server. The actual module itself is downloadable via the CodeProject.AI Server's dashboard.

To develop and debug this code

  1. Clone the main server repo into a directory such as CodeProject/CodeProject.AI-Server

  2. Clone this ALPR repo into a separate folder CodeProject/CodeProject.AI-Modules

    You should now have

    CodeProject
      - CodeProject.AI-Server
         - src
           - demos
           - server
           - ... etc
         - tests
      - CodeProject.AI-Modules
         - CodeProject.AI-ALPR (this repo)
         ...
    
  3. If you have NOT run dev setup on the server Run the server dev setup scripts by opening a terminal in CodeProject.AI-Server/src/ then, for Windows, run setup.bat, or for Linux/macOS run bash setup.sh.
    This will setup the server, and will also setup this module as long as this module sits under a folder named CodeProject.AI-Modules, with CodeProject.AI-Modules being at the same folder level as CodeProject.AI-Server.

    If you have already setup the server You can run the setup for just this module running the setup script from a terminal opened in this folder

    REM For Windows
    ..\..\CodeProject.AI-Server\src\setup.bat
    # For Linux/macOS
    bash ../../CodeProject.AI-Server/src/setup.sh
  4. Open the server repo in Visual Studio Code (or Visual Studio) and build and launch the server (Build and Launch server in the Run and Debug menu in VS Code). This will start the server, which in turn will load the settings file from this module.
    You can start this module directly from the CodeProject.AI Server dashboard, or you can run this module as a separate process via the 'Launch ALPR' Debug and Run option in VS Code.

To create a package for this module

Assuming the folder structure outlined above, run

REM For Windows
..\..\CodeProject.AI-Server\src\create_packages.bat
# For Linux/macOS
bash ../../CodeProject.AI-Server/src/create_packages.sh

codeproject.ai-alpr's People

Contributors

chrismaunder avatar matthewddennis avatar

Watchers

 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.