servir-aces


Nameservir-aces JSON
Version 0.0.16 PyPI version JSON
download
home_pageNone
SummaryAgricultural Classification and Estimation Service (ACES)
upload_time2024-04-29 22:44:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseGNU General Public License v3.0
keywords remote sensing agriculture machine learning deep learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ACES (Agricultural Classification and Estimation Service)

[![image](https://img.shields.io/pypi/v/servir-aces.svg)](https://pypi.python.org/pypi/servir-aces)

ACES (Agricultural Classification and Estimation Service) is a Python module for generating training data and training machine learning models for remote sensing applications. It provides functionalities for data processing, data loading from Earth Engine, feature extraction, and model training.

## Features

- Data loading and processing from Earth Engine.
- Generation of training data for machine learning models.
- Training and evaluation of machine learning models (DNN, CNN, UNET).
- Support for remote sensing feature extraction.
- Integration with Apache Beam for data processing.


## Usage
Define all your configuration in `.env` file. An example of the file is provided as [`.env.example`](https://github.com/SERVIR/servir-aces/blob/main/.env.example) file.

Here's an example of how to use the ACES module:

```python
from aces.config import Config
from aces.model_trainer import ModelTrainer

if __name__ == "__main__":
    config_file = "config.env"
    config = Config(config_file)
    trainer = ModelTrainer(config)
    trainer.train_model()
```

## Contributing
Contributions to ACES are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

## License
This project is licensed under the [GNU General Public License v3.0](https://github.com/SERVIR/servir-aces/blob/main/LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "servir-aces",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "remote sensing, agriculture, machine learning, deep learning",
    "author": null,
    "author_email": "Biplov Bhandari <bionicbiplov45@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/53/ec/1be38d2cabf6fe6e968db328a41ad648543a0f634a7cf9be22fdcfad031d/servir_aces-0.0.16.tar.gz",
    "platform": null,
    "description": "# ACES (Agricultural Classification and Estimation Service)\n\n[![image](https://img.shields.io/pypi/v/servir-aces.svg)](https://pypi.python.org/pypi/servir-aces)\n\nACES (Agricultural Classification and Estimation Service) is a Python module for generating training data and training machine learning models for remote sensing applications. It provides functionalities for data processing, data loading from Earth Engine, feature extraction, and model training.\n\n## Features\n\n- Data loading and processing from Earth Engine.\n- Generation of training data for machine learning models.\n- Training and evaluation of machine learning models (DNN, CNN, UNET).\n- Support for remote sensing feature extraction.\n- Integration with Apache Beam for data processing.\n\n\n## Usage\nDefine all your configuration in `.env` file. An example of the file is provided as [`.env.example`](https://github.com/SERVIR/servir-aces/blob/main/.env.example) file.\n\nHere's an example of how to use the ACES module:\n\n```python\nfrom aces.config import Config\nfrom aces.model_trainer import ModelTrainer\n\nif __name__ == \"__main__\":\n    config_file = \"config.env\"\n    config = Config(config_file)\n    trainer = ModelTrainer(config)\n    trainer.train_model()\n```\n\n## Contributing\nContributions to ACES are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.\n\n## License\nThis project is licensed under the [GNU General Public License v3.0](https://github.com/SERVIR/servir-aces/blob/main/LICENSE).\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3.0",
    "summary": "Agricultural Classification and Estimation Service (ACES)",
    "version": "0.0.16",
    "project_urls": {
        "Homepage": "https://github.com/SERVIR/servir-aces"
    },
    "split_keywords": [
        "remote sensing",
        " agriculture",
        " machine learning",
        " deep learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b104c8b08b877d923cb2deac148b9392effb3a044b3f4ff9088a91d8fc154411",
                "md5": "eeb4c5351e9961068b0bee54bc1ea650",
                "sha256": "80e20344c02cfa93ef747c59e7f1cebe3a1f0c012673c40c9587f4f2b0ca5de4"
            },
            "downloads": -1,
            "filename": "servir_aces-0.0.16-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eeb4c5351e9961068b0bee54bc1ea650",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 43433,
            "upload_time": "2024-04-29T22:44:47",
            "upload_time_iso_8601": "2024-04-29T22:44:47.123049Z",
            "url": "https://files.pythonhosted.org/packages/b1/04/c8b08b877d923cb2deac148b9392effb3a044b3f4ff9088a91d8fc154411/servir_aces-0.0.16-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53ec1be38d2cabf6fe6e968db328a41ad648543a0f634a7cf9be22fdcfad031d",
                "md5": "4d719963fdd8500c868b23378e32b639",
                "sha256": "65c423807d2f5a1fd5666014c4064c7ca44c83880155dffc2a388e74fa719db4"
            },
            "downloads": -1,
            "filename": "servir_aces-0.0.16.tar.gz",
            "has_sig": false,
            "md5_digest": "4d719963fdd8500c868b23378e32b639",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 10531520,
            "upload_time": "2024-04-29T22:44:49",
            "upload_time_iso_8601": "2024-04-29T22:44:49.678396Z",
            "url": "https://files.pythonhosted.org/packages/53/ec/1be38d2cabf6fe6e968db328a41ad648543a0f634a7cf9be22fdcfad031d/servir_aces-0.0.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 22:44:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SERVIR",
    "github_project": "servir-aces",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "servir-aces"
}
        
Elapsed time: 0.25978s