Skip to main content

The Aminacadea library is a helper for tflite-model-maker for use in Google Colab.

Project description

Project description

Aminacadea

Overview

The Aminacadea library is a dummy helper for tflite-model-maker for use in Google Colab. In Planning phase.

Requirements

Refer to requirements.txt for dependent libraries that're needed to use the library and run the demo code. Note that you might also need to install sndfile for Audio tasks. On Debian/Ubuntu, you can do so by sudo apt-get install libsndfile1

Installation

pip install aminacadea

Aminacadea depends on tflite-model-maker >=0.4.2, Pillow >=9.3.0

https://packaging.python.org/en/latest/tutorials/packaging-projects/

Generating distribution archives

Generate distribution packages for the package. These are archives that are uploaded to the Python Package Index and can be installed by pip. NOTE: Run as Adminstrator

  1. Make sure you have the latest version of PyPA’s build installed:
python -m pip install --upgrade build
  1. Now run this command from the same directory where pyproject.toml is located:
python -m build

This command should output a lot of text and once completed should generate two files in the dist directory:

Uploading the distribution archives

  1. To securely upload your project, you’ll need a PyPI API token. Create one at https://test.pypi.org/manage/account/#api-tokens, setting the “Scope” to “Entire account”.

  2. Now that you are registered, you can use twine to upload the distribution packages. You’ll need to install Twine:

python -m pip install --upgrade twine

CREATE .pypirc file in place it in %USERPROFILE% 5) Once installed, run Twine to upload all of the archives under dist:

python -m twine upload --repository testpypi dist/*
  1. Once installed, run Twine to upload all of the archives under dist:
python -m twine upload --repository pypi dist/*
  1. Dependencies - TODO

dependencies = [ "tflite-model-maker>=0.1.", "tflite-support>=0.1.", "Pillow==7.1.", "matplotlib==3.2.", ]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aminacadea-0.0.3.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

aminacadea-0.0.3-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page