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.5.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

aminacadea-0.0.5-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file aminacadea-0.0.5.tar.gz.

File metadata

  • Download URL: aminacadea-0.0.5.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for aminacadea-0.0.5.tar.gz
Algorithm Hash digest
SHA256 e06a2d9615ab6e5bfede2e5f0757dbd83abf9bb91d37f31689d04f03fc38656f
MD5 a1470637e298b580c6e067b8827c8de7
BLAKE2b-256 a51b8065f08147af1f910ec0b9d123c3ca80ef40d6d98f527af93385a26b7bed

See more details on using hashes here.

File details

Details for the file aminacadea-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: aminacadea-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.4

File hashes

Hashes for aminacadea-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1395404aaeedf84f848be426a03f70405b33f420149e77449d5bcd4096f814af
MD5 a4fe5faaa9bfd3aaa2f93d58f9048a47
BLAKE2b-256 2e4a3ebadc90c1df00b1756d004b7850039321eb8054aa44c590acc041e7ff28

See more details on using hashes here.

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