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
- Make sure you have the latest version of PyPA’s build installed:
python -m pip install --upgrade build
- 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
-
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”.
-
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/*
- Once installed, run Twine to upload all of the archives under dist:
python -m twine upload --repository pypi dist/*
- 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
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | e06a2d9615ab6e5bfede2e5f0757dbd83abf9bb91d37f31689d04f03fc38656f |
|
MD5 | a1470637e298b580c6e067b8827c8de7 |
|
BLAKE2b-256 | a51b8065f08147af1f910ec0b9d123c3ca80ef40d6d98f527af93385a26b7bed |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1395404aaeedf84f848be426a03f70405b33f420149e77449d5bcd4096f814af |
|
MD5 | a4fe5faaa9bfd3aaa2f93d58f9048a47 |
|
BLAKE2b-256 | 2e4a3ebadc90c1df00b1756d004b7850039321eb8054aa44c590acc041e7ff28 |