Metadata-Version: 2.1
Name: mazeai
Version: 0.0.8
Summary: A General Tool Set for Science Researches
Home-page: https://github.com/zhaisilong/mazeai
Author: Zhai Silong
Author-email: zhaisilong@outlook.com
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Requires-Dist: ipykernel
Requires-Dist: tqdm
Requires-Dist: loguru
Requires-Dist: hydra-core
Provides-Extra: chem
Requires-Dist: jpype1 ; extra == 'chem'
Requires-Dist: molvs ; extra == 'chem'

<p align="center">
  <img src="http://img.zhaisilong.com/202404192307581.png" alt="mazeai" width=80>
  <h3 align="center">MAZE AI</h3>
  <p align="center">人工智能辅助药物设计工具集合</p>
</p>

<p align="center">
  <a href="https://github.com/zhaisilong/mazeai/">
    <img src="https://img.shields.io/github/license/zhaisilong/mazeai" alt="MIT License"/>
  </a>
  <a href="https://pypi.org/project/mazeai/">
    <img src="https://img.shields.io/pypi/v/mazeai" alt="PyPI Version"/>
  </a>
  <a href="https://github.com/zhaisilong/mazeai/">
    <img src="https://img.shields.io/github/v/release/zhaisilong/mazeai" alt="GitHub Release"/>
  </a>
  <a href='https://mazeai.readthedocs.io/zh-cn/latest/?badge=latest'>
    <img src='https://readthedocs.org/projects/mazeai/badge/?version=latest' alt='Documentation Status'/>
  </a>
  <a href="https://github.com/zhaisilong/mazeai/">
    <img src="https://img.shields.io/github/stars/zhaisilong/mazeai" alt="GitHub Repo Stars"/>
  </a>
</p>

## 前言

MAZE AI 是一款集合了多种人工智能技术的辅助药物设计工具，旨在为科研人员提供高效、便捷的药物设计解决方案。

## 环境安装

通过以下命令可以快速安装 MAZE AI：

```bash
pip install mazeai
pytest tests  # 测试包
```

## 学习

在 `notebook` 目录下提供了各种科研以及编码工具的使用教程，帮助用户快速上手。

## 功能特性

### 化学 (Chem)

MAZE AI 提供了一系列化学相关的功能，包括分子建模、反应预测、化合物筛选等。

### 网络 (Network)

MAZE AI 也涵盖了网络分析功能，支持分子网络的构建与分析。

## 贡献者

感谢所有为 MAZE AI 做出贡献的开发者和科研人员。你的贡献让这款工具变得更加完善和强大。
