GreatAI.
Project description
GreatAI
GreatAI helps you easily transform your prototype AI code into production-ready software.
Check out the documentation here.
Find great-ai
on DockerHub
docker run -p6060:6060 schmelczera/great-ai
Find the dashboard at http://localhost:6060.
Find great-ai
on PyPI
pip install great-ai
from great_ai import GreatAI
@GreatAI.create
def hello_world(name: str) -> str:
return f"Hello {name}!"
Create a new file called
main.py
Deploy by executing great-ai main.py
Or:
great_ai main.py
Or:
python3 -m great_ai main.py
Find the dashboard at http://localhost:6060.
Contribute
Install
python3 -m venv --copies .env
source .env/bin/activate
python3 -m pip install flit
python3 -m flit install --symlink --deps=all
Documentation
mkdocs serve --dirtyreload
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
great-ai-0.1.1.tar.gz
(7.6 MB
view details)
Built Distribution
great_ai-0.1.1-py3-none-any.whl
(303.0 kB
view details)
File details
Details for the file great-ai-0.1.1.tar.gz
.
File metadata
- Download URL: great-ai-0.1.1.tar.gz
- Upload date:
- Size: 7.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e65fc2c282e5716d5a2a6309f0aedaf5069638a7f8db8ada71c83d1327dafb8 |
|
MD5 | 2677b4dae655e24d9aa1cbfa87f408b5 |
|
BLAKE2b-256 | e963dc2f5f561ad4503d093fe9814c842543f70ccc29dc296586276f8b6f578b |
File details
Details for the file great_ai-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: great_ai-0.1.1-py3-none-any.whl
- Upload date:
- Size: 303.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 785687deece57be5becc06d5dd836a82b28e8dfbf4d7b83b34e74328b57d6bfb |
|
MD5 | 61db0c76e673b1bf765a781178771213 |
|
BLAKE2b-256 | d2db94047cb9cd1ce831ddb6899de0e48f59d315e9f8e40ce429c902630c176b |