langtrain 0.1.10 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/langtrain-ai/langtrain-sdk/main/public/langtrain-black.svg">
5
5
  <img alt="Langtrain Logo" src="https://raw.githubusercontent.com/langtrain-ai/langtrain-sdk/main/public/langtrain-black.svg" width="250">
6
6
  </picture>
7
- <h1>Langtrain SDK</h1>
7
+ <h3>Langtrain SDK</h3>
8
8
  <p>
9
9
  The unified intelligence layer for JavaScript applications. <br/>
10
10
  Combine computer vision and LLM fine-tuning in a single, high-performance SDK.
@@ -32,10 +32,10 @@ Langtrain brings the power of **Langvision** (Computer Vision) and **Langtune**
32
32
 
33
33
  | Feature | Description |
34
34
  | :--- | :--- |
35
- | **👁️ Computer Vision** | Advanced image analysis, object detection, and visual reasoning powered by `Langvision`. |
36
- | **🧠 LLM Optimization** | Fine-tune and optimize language models effortlessly with `Langtune`. |
37
- | **📦 Unified & Bundled** | A single dependency for your entire AI stack. Zero configuration required. |
38
- | **⚡ Type-Safe** | Built with TypeScript for a robust, developer-friendly experience. |
35
+ | **Computer Vision** | Advanced image analysis, object detection, and visual reasoning powered by `Langvision`. |
36
+ | **LLM Optimization** | Fine-tune and optimize language models effortlessly with `Langtune`. |
37
+ | **Unified & Bundled** | A single dependency for your entire AI stack. Zero configuration required. |
38
+ | **Type Safe** | Built with TypeScript for a robust, developer-friendly experience. |
39
39
 
40
40
  ## Quick Start
41
41