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.
- Host: GitHub
- URL: https://github.com/gear-ai/gearai
- Owner: Gear-AI
- License: gpl-3.0
- Created: 2021-05-24T09:22:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-13T12:21:36.000Z (over 4 years ago)
- Last Synced: 2025-02-17T13:38:20.307Z (over 1 year ago)
- Topics: artificial-intelligence, deep-learning, pypi-package, python, python-library, python3, tensorflow
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.