Giter VIP home page Giter VIP logo

aidb_python_demo's Introduction

aidb-python-demo

AiDB binding to Python Demo :Open In Colab


AiDB deployed as the server by fastapi.

Tested Environment

  • Ubuntu 20.04.4 LTS / MacOS
  • Python 3.x

Usage

  • Prepare environment

install python3.x、cmake、gcc and so on. All backend libs can download from AiDB

  • Clone AiDB
git clone https://github.com/TalkUHulk/ai.deploy.box
  • Compile AiDB library(custom backend)
cd ai.deploy.box
mkdir build && cd build
cmake -DC_API=ON -DENGINE_ORT=ON -DENGINE_MNN=ON -DENGINE_NCNN=ON  -DENGINE_TNN=OFF -DENGINE_OPV=OFF -DENGINE_PPLite=OFF -DENGINE_NCNN_WASM=OFF -DBUILD_SAMPLE=OFF ../
make -j8

generate libAiDB_C.so in ai.deploy.box/build/source/ and put it in lib

  • prepare files demo need.

download models and unzip it in aidb_python_demo then rename models

copy config in aidb_python_demo.

copy extra in aidb_python_demo.

folder structure

aidb_python_demo/
├── main.py
├── api
    ├── __init__.py
    ├── aidb.py
    └── types.py  
├── config
    ├── mnn_config.yaml
    ├── ncnn_config.yaml
    .
    .
    .
    └── onnx_config.yaml
├── models
    ├── onnx
    ├── ncnn
    ├── mnn
    ├── tnn
    ├── paddle
    └── openvino   
.
.
.
└── extra
    ├── ppocr_keys_v1.txt
    .
    .
    └── imagenet-1k-id.txt
  • Run
uvicorn main:app --reload

  • Test

reference aidb_client.py

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.