DGI: The Deep-neural-network General Inference service & framework.
Project description
DGI
DGI: The Deep-neural-network General Inference framework.
Installation
You can install DGI using pip:
pip install dgi-serve
Quick Start
from dgi import hello_world
# Use the package
print(hello_world())
Features
- Simple and easy to use
- Well documented
- Fully tested
Usage
Here's a basic example of how to use DGI:
import dgi
# Example usage
dgi.main()
Development
To set up the development environment:
# Clone the repository
git clone https://github.com/deepnova/dgi-serve.git
cd dgi-serve
# Install in development mode
pip install -e ".[dev]"
# Run tests
pytest
# Run linting
black .
flake8 .
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Wilhelm Jung
Changelog
0.1.0-dev (Development Release)
- Development version of DGI package
- Basic framework structure
- Core inference functionality outline
0.1.0 (Initial Release)
- Initial release of DGI package
- Basic functionality implemented
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
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 dgi_serve-0.1.0.dev0.tar.gz.
File metadata
- Download URL: dgi_serve-0.1.0.dev0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
890c9728e6fcb7950d99ef826f93d9786fe744390e6d6396ff4bc6beed2cdc1a
|
|
| MD5 |
54cdd6d7f3c6e3796080c26187d3ee21
|
|
| BLAKE2b-256 |
f6e5fc52908896c9cc4d4483bb60ad7ef961c715891f3620e4b196cd56df2a26
|
File details
Details for the file dgi_serve-0.1.0.dev0-py3-none-any.whl.
File metadata
- Download URL: dgi_serve-0.1.0.dev0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b068dbba40f49c8c61346044ada1af24873a241b22beb7bbbc75618a5430648f
|
|
| MD5 |
b8a5e8f8c7f7f5653c2459eb0131952f
|
|
| BLAKE2b-256 |
b13d85678a1560f413ca43297bb0e76fb94e14c736a45d80887bbd4044b4649a
|