GreatAI
Project description
GreatAI
work in progress, do not use!
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 python3 -m 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.0.tar.gz
(7.5 MB
view details)
Built Distribution
great_ai-0.1.0-py3-none-any.whl
(236.4 kB
view details)
File details
Details for the file great-ai-0.1.0.tar.gz
.
File metadata
- Download URL: great-ai-0.1.0.tar.gz
- Upload date:
- Size: 7.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 840df2b27eedebf9e5b62d3fbfc25ea2fbd9459bc807ff65f345bb7d786370a4 |
|
MD5 | 042a9a82b04d6d0b0e85c4dc963267d1 |
|
BLAKE2b-256 | 94e56c16167b6dd105bb8de4dd7b9d852326ff7cd364487e13664b6f394d0b0b |
File details
Details for the file great_ai-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: great_ai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 236.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8f3492ffac258fa932efc1856da1b54004f28a6743befe396a967f91f38b54e |
|
MD5 | 761eb6aa04bc024573e51103e2c1ff01 |
|
BLAKE2b-256 | 5d0b27b23a564a6494c7da638bfcc0883605e220415c073667138f14e9734f15 |