MaixPy | MicroPython for K210 RISC-V, let's play with edge AI easier

 by   sipeed Python Version: v0.6.2 License: Non-SPDX

kandi X-RAY | MaixPy Summary

kandi X-RAY | MaixPy Summary

MaixPy is a Python library typically used in Internet of Things (IoT), Raspberry Pi applications. MaixPy has no bugs, it has no vulnerabilities, it has build file available and it has medium support. However MaixPy has a Non-SPDX License. You can download it from GitHub.

Maixpy is designed to make AIOT programming easier, based on the Micropython syntax, running on a very powerful embedded AIOT chip K210.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              MaixPy has a medium active ecosystem.
              It has 1524 star(s) with 418 fork(s). There are 95 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 129 open issues and 274 have been closed. On average issues are closed in 54 days. There are 6 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of MaixPy is v0.6.2

            kandi-Quality Quality

              MaixPy has 0 bugs and 0 code smells.

            kandi-Security Security

              MaixPy has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              MaixPy code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              MaixPy has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              MaixPy releases are available to install and integrate.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.
              It has 6287 lines of code, 387 functions and 45 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of MaixPy
            Get all kandi verified functions for this library.

            MaixPy Key Features

            No Key Features are available at this moment for MaixPy.

            MaixPy Examples and Code Snippets

            MaixUI ,Architecture description,Optimization
            Pythondot img1Lines of Code : 42dot img1License : Permissive (MIT)
            copy iconCopy
            
              import time
              last = time.ticks_ms()
              while True:
                  try:
                      print(time.ticks_ms() - last)
                      last = time.ticks_ms()
                      your_func()
                  except Exception as e:
                      print(e)
            
            
            
              clock = time.clock()
              while(True):
               
            Maix-Model-Convertor,How to use,usage
            Pythondot img2Lines of Code : 15dot img2License : Permissive (Apache-2.0)
            copy iconCopy
            emc.save_kmodel(net, './cifar10.kmodel', './cifar10_dataset', dataset_func='img_0_1', quant_func='minmax', quant_bit=8, version=3)
            
            save_kmodel(network, filepath, dataset_dir, dataset_func='img_0_1', quant_func='minmax', quant_bit=8, version=3):
            
            I06  
            XV6-RISCV On K210,Run on k210 board
            Cdot img3Lines of Code : 9dot img3License : Permissive (MIT)
            copy iconCopy
            ls /dev/ | grep USB
            
            cd xv6-k210
            make build
            
            ls /dev/ # To check your SD device
            mount  
            make sdcard dst="SD card mount point"
            umount 
            
            make run
            
            make run k210-serialport=`Your-USB-port`(default by ttyUSB0)
              

            Community Discussions

            Trending Discussions on Internet of Things (IoT)

            QUESTION

            Display data from two json files in react native
            Asked 2020-May-17 at 23:55

            I have js files Dashboard and Adverts. I managed to get Dashboard to list the information in one json file (advertisers), but when clicking on an advertiser I want it to navigate to a separate page that will display some data (Say title and text) from the second json file (productadverts). I can't get it to work. Below is the code for the Dashboard and next for Adverts. Then the json files

            ...

            ANSWER

            Answered 2020-May-17 at 23:55

            The new object to get params in React Navigation 5 is:

            Source https://stackoverflow.com/questions/61859411

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install MaixPy

            The historic version see historic branch (No longer maintained, just keep commit history).

            Support

            Doc refer to maixpy.sipeed.com.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/sipeed/MaixPy.git

          • CLI

            gh repo clone sipeed/MaixPy

          • sshUrl

            git@github.com:sipeed/MaixPy.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link