An open API service indexing awesome lists of open source software.

https://github.com/gear-ai/gearai

GearAI's Python Library for solving various AI needs.
https://github.com/gear-ai/gearai

artificial-intelligence deep-learning pypi-package python python-library python3 tensorflow

Last synced: 24 days ago
JSON representation

GearAI's Python Library for solving various AI needs.

Awesome Lists containing this project

README

          

# gearai

### About:
GearAI's Python Library for solving various AI needs.

### Installation:
To install, Open the Command Prompt (or) Terminal and type
```shell
pip install gearai
```
If pip doesn't work, try using
```shell
pip3 install gearai
```

### Usage:
To import gearai library, add the line
```python
import gearai
```

### Documentation:
Documentation will be added soon.