introduction.mdx 2.64 KB
Newer Older
bailuo's avatar
readme  
bailuo committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
---
title: "Introduction"
description: "Welcome to TimeGPT - The foundational model for time series forecasting and anomaly detection"
icon: "bolt"
---

## Power your time series analysis with TimeGPT

TimeGPT is the first foundation model for time series, providing state-of-the-art forecasting and anomaly detection capabilities to help you make better decisions with your time series data.

<CardGroup cols={2}>
  <Card
    title="Quick Start Guide"
    icon="rocket"
    href="/forecasting/timegpt_quickstart"
  >
    Get started with TimeGPT in minutes with our simple Python interface
  </Card>
  <Card
    title="Set Up Your API Key"
    icon="key"
    href="/setup/setting_up_your_api_key"
  >
    Set up your environment to start using TimeGPT right away
  </Card>
</CardGroup>

## Core Capabilities

Explore the powerful features that TimeGPT offers for your time series needs.

<CardGroup cols={3}>
  <Card
    title="Forecasting"
    icon="chart-bar"
    href="/forecasting/timegpt_quickstart"
  >
    Generate accurate predictions for your time series data
  </Card>
  <Card
    title="Anomaly Detection"
    icon="circle-exclamation"
    href="/anomaly_detection/historical_anomaly_detection"
  >
    Identify unusual patterns in historical data
  </Card>
  <Card
    title="Real-Time Monitoring"
    icon="gauge-high"
    href="/anomaly_detection/real-time/introduction"
  >
    Detect anomalies as they happen with online detection
  </Card>
</CardGroup>

## Learn & Explore

Enhance your skills with our comprehensive tutorials and use cases.

<CardGroup cols={2}>
  <Card
    title="Tutorials"
    icon="book-open"
    href="/forecasting/timegpt_quickstart"
  >
    Practical guides to get the most out of TimeGPT
  </Card>
  <Card
    title="Real-World Use Cases"
    icon="building"
    href="/use_cases/forecasting_web_traffic"
  >
    See how TimeGPT solves real business problems
  </Card>
  <Card
    title="Computing at Scale"
    icon="server"
    href="/forecasting/forecasting-at-scale/computing_at_scale"
  >
    Learn how to use TimeGPT with big data frameworks
  </Card>
  <Card
    title="Advanced Features"
    icon="wand-magic-sparkles"
    href="/forecasting/fine-tuning/steps"
  >
    Take your models further with fine-tuning and specialized techniques
  </Card>
</CardGroup>

## Resources

Find additional resources to help you succeed with TimeGPT.

<CardGroup cols={2}>
  <Card
    title="SDK Reference"
    icon="code"
    href="/reference/sdk_reference"
  >
    Detailed SDK documentation for developers
  </Card>
  <Card
    title="FAQ"
    icon="circle-info"
    href="/introduction/faq"
  >
    Get answers to commonly asked questions
  </Card>
</CardGroup>