a simple digital image processing library
Project description
Simple-AI
A brief description of what this project does and who it's for
Features
- WIP
Documentation
Installation
Install simple-ai with pip
pip install simple-ai
Run Locally
Clone the project
git clone https://github.com/deadpyxel/simple-ai
Go to the project directory
cd simple-ai
Install dependencies with pipenv
pipenv install --dev
Start the dev server
pipenv run pytest
Running Tests
To run tests, run the following command
pipenv run pytest
Or, if you are using a non-pipenv managed env, first activate the virtual env, then just run
pytest
With this you should have the tests always running, monitoring for file changes and reporting coverage as terminal, XML and HTML reports.
Usage/Examples
import Component from 'my-project'
function App() {
return <Component />
}
Optimizations
What optimizations did you make in your code? E.g. refactors, performance improvements, accessibility
Lessons Learned
What did you learn while building this project? What challenges did you face and how did you overcome them?
Acknowledgements
- Class lectures
- Pipenv
- Architecture Patterns with Python
- How to write a Good readme
License
Also on LICENSE
file.
Contributing
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
Authors
Project details
Release history Release notifications | RSS feed
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 small_ai-0.1.0a0.tar.gz
.
File metadata
- Download URL: small_ai-0.1.0a0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.8.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2067765f769862520f89c4f9404d46aa097dc1e10a48a54dfadba4426c5ef0aa |
|
MD5 | 082f68bb5c9d7896979e681c8a06d482 |
|
BLAKE2b-256 | f0d4c556a1dd9f557e56854826eff04601fb60b62140b33a4649a4fd9b5d321f |
File details
Details for the file small_ai-0.1.0a0-py2.py3-none-any.whl
.
File metadata
- Download URL: small_ai-0.1.0a0-py2.py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.8.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b104818d6d9f8207f10b4093f21239d267774c838655aa579fe432587aed8168 |
|
MD5 | 0bfa06969264b4c9bce830554df1345d |
|
BLAKE2b-256 | e794d41d6065065500e45668b0907252180fe88442560aadf41a62016fd6147c |