A short description of your package
Project description
SnapAI
SnapAI is a simple Python library that enables developers to easily integrate advanced AI models into their applications without worrying about model infrastructure, training, or hosting.
Check out the SnapAI for more information.
Features
- Simple API for AI-related tasks
- Pre-configured access to powerful AI models
- No need to manage model infrastructure
- Easy integration with existing Python applications
Installation
# clone the repo
git clone https://github.com/dfpipe/snapai.git
cd snapai
# install the package
pip install -e .
Examples
Run the streamlit demo
cd streamlit-demo && bash run.sh
Use the Logo Detection model
from snapai.logo import EazyaiLogoV4, draw_bounding_boxes
from snapai.utils import smart_read_image_v1
model = EazyaiLogoV4()
image = smart_read_image_v1('images/pexels-photo-29252132.webp')
result = model.detect_image(image)
# get 1st image's result
result = result[0]
image = draw_bounding_boxes(image, result['prediction_list'])
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
snapai-0.1.0.tar.gz
(4.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file snapai-0.1.0.tar.gz.
File metadata
- Download URL: snapai-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5c958aa5d8b1ba86eea0bd8d4d5624926d213cab05c889740b17dd3ee881436
|
|
| MD5 |
a8a951114205ffc7737bfc29394f974b
|
|
| BLAKE2b-256 |
34c73dbbd77a9766bd82cb1b995140bbe4a4d01c7f82a5d94036d43e49348654
|
File details
Details for the file snapai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: snapai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19f9e1d9ae0b42ec711b9e63c0ffc545a0c75b52d315d8baedd41bcf1b8b64b0
|
|
| MD5 |
ce563f55093deec2a3da6c53450cc1ac
|
|
| BLAKE2b-256 |
0a6d70455fa2b2f84d727ba12e53a9a482ca47d2069c19aedf79225d2687bfd0
|