All Projects → eliasdorneles → drawingapp-voc

eliasdorneles / drawingapp-voc

Licence: BSD-3-Clause license
Drawing App for Android written in Python, powered by BeeWare suite - https://pybee.org

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to drawingapp-voc

beeware-android-template
Template for starting a native Android app using Python and the BeeWare tools
Stars: ✭ 31 (+72.22%)
Mutual labels:  voc, python-on-android, beeware
Tf Faster Rcnn
Tensorflow Faster RCNN for Object Detection
Stars: ✭ 3,604 (+19922.22%)
Mutual labels:  voc
Simple Faster Rcnn Pytorch
A simplified implemention of Faster R-CNN that replicate performance from origin paper
Stars: ✭ 3,422 (+18911.11%)
Mutual labels:  voc
simpleAICV-pytorch-ImageNet-COCO-training
SimpleAICV:pytorch training example on ImageNet(ILSVRC2012)/COCO2017/VOC2007+2012 datasets.Include ResNet/DarkNet/RetinaNet/FCOS/CenterNet/TTFNet/YOLOv3/YOLOv4/YOLOv5/YOLOX.
Stars: ✭ 276 (+1433.33%)
Mutual labels:  voc
make-your-yolov5 dataset
💥Make your yolov5 dataset by using labelimg.I hope my work can help you make your yolov5 datasets more quickly.
Stars: ✭ 60 (+233.33%)
Mutual labels:  voc
Adafruit CCS811
Arduino driver for CCS811 digital gas sensor
Stars: ✭ 60 (+233.33%)
Mutual labels:  voc

Drawing App

This is a native Android app written in Python, using the BeeWare suite.

The Python code is compiled to Java bytecode using VOC, and the Android APK is packaged using briefcase.

Requirements

  • JDK
  • Android SDK

How to run

Ensure that you have Android SDK installed.

Install the Python development requirements:

pip install -r requirements-dev.txt

Plug in your Android device or start an emulator.

Build and run the app:

python setup.py android --start

App screenshot

Want to know more?

If you liked this, you might like:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].