Agin is a one-stop machine learning solution designed to streamline your ML workflows with easy-to-use utilities and a flexible structure.
- Modular design for efficient machine learning workflows.
- Easy integration with existing Python projects.
- Simple and intuitive API.
To install the package, use:
pip install AginPyOnce 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: GoodClone this repository to your local machine:
git clone https://github.com/Agnik7/Agin.git
cd AginIt's recommended to use a virtual environment for managing dependencies. Below are instructions for setting up a virtual environment on different platforms.
- Open a terminal (Command Prompt or PowerShell).
- Run the following commands:
python -m venv venv venv/Scripts/activate
- 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:
deactivateInstall the package in editable mode to allow for modifications during development:
pip install -e .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.
This project is licensed under the GNU General Public License. See the LICENSE file for details.
