Metadata-Version: 2.1
Name: aibro
Version: 1.0.0
Summary: Serverless model training
Home-page: https://github.com/AIpaca-Inc/AIbro_lib
Author: AIpaca.ai
Author-email: hello@aipaca.ai
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/AIpaca-Inc/AIbro_lib/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: args (==0.1.0)
Requires-Dist: bidict (==0.21.3)
Requires-Dist: certifi (==2021.10.8)
Requires-Dist: charset-normalizer (==2.0.7)
Requires-Dist: clint (==0.5.1)
Requires-Dist: colorama (==0.4.4)
Requires-Dist: dnspython (==2.1.0)
Requires-Dist: eventlet (==0.32.0)
Requires-Dist: greenlet (==1.1.2)
Requires-Dist: idna (==3.3)
Requires-Dist: objsize (==0.3.3)
Requires-Dist: plotly (==5.3.1)
Requires-Dist: python-engineio (==4.2.1)
Requires-Dist: python-socketio[client] (==5.4.1)
Requires-Dist: requests (==2.26.0)
Requires-Dist: six (==1.16.0)
Requires-Dist: tenacity (==8.0.1)
Requires-Dist: urllib3 (==1.26.7)
Requires-Dist: websocket-client (==1.2.1)

# AIbro

AIbro is a serverless model training tool that helps data scientists train AI models on cloud platforms with one line of code.

**Documentation**: [https://doc.aipaca.ai/](https://doc.aipaca.ai/),
**Company Website**: [https://aipaca.ai/](https://aipaca.ai/)

# Potential Install Error:

If `OSError: protocol not found` shows up, it is caused by missing `/etc/protocols file.` file. This command should be able to resolve the error: `sudo apt-get -o Dpkg::Options::="--force-confmiss" install --reinstall netbase`


