Welcome to the setup guide for ANAugment (Advanced and Novel Augmentation). Follow the steps below to get started.
Before you begin, ensure you have the following installed:
Clone the repository:
git clone https://github.com/lunovian/an-augment.git
Navigate to the project directory:
cd an_augment
Create a virtual environment:
python -m venv venv
On Windows:
venv\Scripts\activate
On macOS/Linux:
source venv/bin/activate
Install dependencies:
pip install -r requirements.txt
To start the project, run:
python main.py
To create a distribution package, run:
python setup.py sdist bdist_wheel
To run tests, use:
pytest
For further assistance, please refer to the CONTRIBUTING.md file or open an issue on GitHub.
Happy coding!