Agin
Agin is a one-stop machine learning solution designed to streamline your ML workflows with easy-to-use utilities and a flexible structure.
Features
- Modular design for efficient machine learning workflows.
- Easy integration with existing Python projects.
- Simple and intuitive API.
Installation
To install the package, use:
pip install AginPy
Usage
Once installed, you can import and use the library as follows:
from agin import Health
# Create an instance of the Health class
h = Health()
# Check health status
print(h.check_health()) # Output: Health status: Good
Setting up the Project Locally
Step 1: Clone the Repository
Clone this repository to your local machine:
git clone https://github.com/Agnik7/Agin.git
cd Agin
Step 2: Set Up a Virtual Environment
It's recommended to use a virtual environment for managing dependencies. Below are instructions for setting up a virtual environment on different platforms.
Windows
- Open a terminal (Command Prompt or PowerShell).
- Run the following commands:
python -m venv venv venv/Scripts/activate
Linux/MacOS
- Open a terminal.
- Run the following commands:
python3 -m venv venv source venv/bin/activate
To deactivate the virtual environment (on any platform), simply run:
deactivate
Step 3: Install the Package in Editable Mode
Install the package in editable mode to allow for modifications during development:
pip install -e .
Contributing
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch for your changes.
- Submit a pull request with a detailed description of your changes.
License
This project is licensed under the GNU General Public License. See the LICENSE file for details.
Release files for AginPy 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aginpy-1.0.0.tar.gz | 41.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| AginPy-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 94.6 kB
Release files / aginpy-1.0.0.tar.gz
| Download URL | aginpy-1.0.0.tar.gz |
|---|---|
| Size | 41.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
82c057ba3e170e5129f69ecc50c8df00fcb1d4ab2803a7dc843e2efc55bf5458
|
|
BLAKE2b-256 checksum How to use checksums |
6adf5af2f50958cc32858f9f02b3df728efc9c511192c56371e955944e7fa74f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.3
|
Release files / AginPy-1.0.0-py3-none-any.whl
| Download URL | AginPy-1.0.0-py3-none-any.whl |
|---|---|
| Size | 53.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cb4b96ad90b9f5be70323637638ea3885568db3f0d0bfc730a44e0a15ac3ebdb
|
|
BLAKE2b-256 checksum How to use checksums |
816b925a625ba61fead81402732d0ff1e4588871cb3ecb658677e3b93e146f42
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.0.1 CPython/3.12.3
|