Skip to main content

No project description provided

Project description

Tai-Chi Engine

Powerful deep learning for civilians

太极引擎 深度学习: 强大、多模态、灵活、平民化

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

First, tell me you are already in a jupyter notebook environment.

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

pip install tai-chi-engine

Links

  • The github repository is here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tai_chi_engine-0.0.4.tar.gz (414.7 kB view hashes)

Uploaded Source

Built Distribution

tai_chi_engine-0.0.4-py3-none-any.whl (31.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page