Skip to content

Open Source installer, updater for Trainer Studio under Apache 2.0 License

License

Notifications You must be signed in to change notification settings

Lithicsoft/TS-Installer

Repository files navigation

Lithicsoft Trainer Studio

Banner

Lithicsoft Trainer Studio is a tool that allows you to create artificial intelligence models without coding directly on your training data.

Shields License Stars Forks Issues

Features

  • Multi-language Support: Supports C# and Python for model creation.
    • C#: Create Microsoft.ML models, currently supporting Image Classification and Value Prediction.
    • Python: Supports LSTM text generation for PyTorch and RNN text generation for TensorFlow.
  • Minimal Coding: Create models with minimal coding.
  • Easy Parameter Tuning: Easily tune training parameters (Python only).
  • Intuitive Interface: User-friendly interface.
  • GPU Training: Train models on GPUs (Python only).

Screenshots

Startup Window

Startup Window

Project Management

Project Management

Usage

Usage

Installation

For installation instructions, please refer to our wiki.

Usage

For detailed usage instructions, visit our wiki.

Contributing

Give us a star or contribute to the source code:

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.

Contact

Dependencies

This project is built on C# WPF and requires the following packages:

  • Microsoft.ML
  • Microsoft.ML.FastTree
  • Microsoft.ML.ImageAnalytics
  • Microsoft.ML.OnnxConverter
  • Microsoft.ML.TensorFlow
  • SciSharp.TensorFlow.Redist
  • System.Management

Links