# igm **Repository Path**: igm4ai/igm ## Basic Information - **Project Name**: igm - **Description**: Mirror of https://github.com/igm4ai/igm - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-19 - **Last Updated**: 2022-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # igm [![PyPI](https://img.shields.io/pypi/v/sci-igm)](https://pypi.org/project/sci-igm/) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sci-igm) ![Loc](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/HansBug/99cb08da2773e37cc1338ae8be12d798/raw/loc.json) ![Comments](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/HansBug/99cb08da2773e37cc1338ae8be12d798/raw/comments.json) [![Docs Deploy](https://github.com/igm4ai/igm/workflows/Docs%20Deploy/badge.svg)](https://github.com/igm4ai/igm/actions?query=workflow%3A%22Docs+Deploy%22) [![Code Test](https://github.com/igm4ai/igm/workflows/Code%20Test/badge.svg)](https://github.com/igm4ai/igm/actions?query=workflow%3A%22Code+Test%22) [![Badge Creation](https://github.com/igm4ai/igm/workflows/Badge%20Creation/badge.svg)](https://github.com/igm4ai/igm/actions?query=workflow%3A%22Badge+Creation%22) [![Package Release](https://github.com/igm4ai/igm/workflows/Package%20Release/badge.svg)](https://github.com/igm4ai/igm/actions?query=workflow%3A%22Package+Release%22) [![codecov](https://codecov.io/gh/igm4ai/igm/branch/main/graph/badge.svg?token=XJVDP4EFAT)](https://codecov.io/gh/igm4ai/igm) [![GitHub stars](https://img.shields.io/github/stars/igm4ai/igm)](https://github.com/igm4ai/igm/stargazers) [![GitHub forks](https://img.shields.io/github/forks/igm4ai/igm)](https://github.com/igm4ai/igm/network) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/igm4ai/igm) [![GitHub issues](https://img.shields.io/github/issues/igm4ai/igm)](https://github.com/igm4ai/igm/issues) [![GitHub pulls](https://img.shields.io/github/issues-pr/igm4ai/igm)](https://github.com/igm4ai/igm/pulls) [![Contributors](https://img.shields.io/github/contributors/igm4ai/igm)](https://github.com/igm4ai/igm/graphs/contributors) [![GitHub license](https://img.shields.io/github/license/igm4ai/igm)](https://github.com/igm4ai/igm/blob/master/LICENSE) IGM (Intelligence Guidance Manager for AI). The ultimate purpose of AI is to serve science (as ai4science does), so let's call it ``sci-igm``. ## Installation You can simply install it with `pip` command line from the official PyPI site. ```shell pip install sci-igm ``` Or install from latest source code as follows: ```shell git clone https://github.com/igm4ai/igm.git cd igm pip install . --user ``` ## Quick Start for IGM Here is a simple example to create a hello world project: ```shell igm new git+https://github.com/igm4ai/template-simple helloword # create helloworld project cd helloword igm run # run the helloworld project ``` ## What Happened? After you enter the `igm new