No project description provided
Project description
Tai-Chi Engine
Powerful deep learning for civilians
太极引擎
深度学习: 强大、多模态、灵活、平民化
See Documentation 看文档
Essence of the Tai-Chi Engine
- Close to state-of-the-art Deep learning, friendly to office folks, all coding-free, clicks away.
- Flexible, supporting multiple kinds of data (image, text, category, multi-category, etc), multiple x at the same time.
- Which columns to be x? Which column to be y? You can decide and play, see if the AI finds out how to guess.
Our big pitch 🎁
- If you're a coding muggle - play with the engine, you'll understand ideas around Deep Learning, and have good model.
- If you're a pro - it's still wildly fun to try new models in 2 minutes' click, especially you have around a dozen columns.
Playing Tai-Chi Engine
First, tell me you are already in a jupyter notebook environment.
Or just using the free kaggle kernel, example here
Or try our colab tutorial:
Open up a table, a pandas dataframe, from excel or from csv file or from SQL database, dosn't matter.
import pandas as pd
df = pd.read_csv('your_data.csv')
Then, you can use the following code to play with the engine.
from tai_chi_engine import TaiChiEngine
# load the engine
engine = TaiChiEngine(df, project="./where/to_save/your_model")
# start the playing
engine()
Good to go! 🎸
Installation 📦
Default installation:
pip install tai-chi-engine
Run App on Trained Model 🚀
You can build prototype App (Based on streamlit) based on trained project, see app part of this library.
ALL kinds of projects, only one way and only few lines to start the app.
Links 🪁
- The github repository is here
For Developers:
- How frontend part of the engine works? See here
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
Built Distribution
File details
Details for the file tai_chi_engine-0.1.3.tar.gz
.
File metadata
- Download URL: tai_chi_engine-0.1.3.tar.gz
- Upload date:
- Size: 71.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea59077fd893cf77cdfb13691dd23ec6664b085803247f73f2f2b75fb6cb7335 |
|
MD5 | e06c8f72b78bd72524425128b9a037d4 |
|
BLAKE2b-256 | b7ad230d05568420407944680c727711363f864e49cff34e5cfea25cef3b58ca |
File details
Details for the file tai_chi_engine-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: tai_chi_engine-0.1.3-py3-none-any.whl
- Upload date:
- Size: 77.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d528cd2267adcd70d9bbd5c1e969d3a905cc01442f8601f5d98a636ff33fb901 |
|
MD5 | 4c012c7c902242d29256ee667b0fc481 |
|
BLAKE2b-256 | 7c105df8a26d373d1eb67a66ec207a197a0e89802b6f8fc5e88bd8390cd44f70 |