awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to kimmeen/time-llm

Projects sharing features with Time Llm

22 open-source projects similar to kimmeen/time-llm, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • google-research/timesfmgoogle-research avatar

    google-research/timesfm

    8,602View on GitHub↗

    TimesFM is a time series foundation model designed to generalize across diverse temporal datasets for forecasting and anomaly detection. It functions as a pretrained model for predicting future values in univariate time series data, eliminating the need for manual training from scratch. The project includes a framework for adapting pretrained weights to specific datasets using low-rank adaptation to improve accuracy. It also provides specialized capabilities for integrating time-series predictions as tools within autonomous AI agent architectures and automated workflows. The system supports

    Python
    View on GitHub↗8,602
  • time-series-foundation-models/lag-llamatime-series-foundation-models avatar

    time-series-foundation-models/lag-llama

    1,589View on GitHub↗

    Lag-llama is a probabilistic machine learning foundation model designed for time series forecasting. It generates predictive distributions and uncertainty bounds for sequential data across arbitrary frequencies by leveraging pre-trained foundational weights. The system supports zero-shot transfer inference, allowing it to predict future values on entirely new and unseen datasets without requiring prior retraining. It achieves this by combining generalized representations from foundational training with adjustable context lengths, where historical context lengths and lagged feature values feed

    Pythonforecastingfoundation-modelslag-llama
    View on GitHub↗1,589
  • princewen/tensorflow_practiceprincewen avatar

    princewen/tensorflow_practice

    7,009View on GitHub↗

    This repository is a collection of practical deep learning implementations and examples built using the TensorFlow framework. It provides a variety of neural network architectures focusing on natural language processing, recommendation systems, reinforcement learning, and time series prediction. The project features a range of specialized models, including sequence-to-sequence and transformer architectures for text processing, and factorization machines for personalized ranking and retrieval. It also includes implementations of reinforcement learning agents using actor-critic and policy gradi

    Python
    View on GitHub↗7,009

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • decisionintelligence/pathformerdecisionintelligence avatar

    decisionintelligence/pathformer

    262View on GitHub↗

    This code is a PyTorch implementation of our ICLR'24 paper "Pathformer: Multi-scale Transformers with Adaptive Pathways for Time Series Forecasting". [arXiv](https://arxiv.org/abs/2402.05956)

    Python
    View on GitHub↗262
  • haochenglouis/robusttsfhaochenglouis avatar

    haochenglouis/RobustTSF

    21View on GitHub↗

    This code is a PyTorch implementation of our ICLR'24 paper "RobustTSF: Towards Theory and Design of Robust Time Series Forecasting with Anomalies". [arXiv](https://arxiv.org/abs/2402.02032)

    Python
    View on GitHub↗21
  • huckiyang/voice2series-reprogramminghuckiyang avatar

    huckiyang/Voice2Series-Reprogramming

    71View on GitHub↗

    Voice2Series: Reprogramming / Prompting Acoustic Models for Time Series Classification

    TypeScript
    View on GitHub↗71
  • mims-harvard/tfc-pretrainingmims-harvard avatar

    mims-harvard/TFC-pretraining

    525View on GitHub↗

    This repository contains eight processed datasets and the codes of developed TF-C pretraining model (along with baselines) for manuscript Self-Supervised Contrastive Pre-Training For Time Series via Time-Frequency Consistency. We propose TF-C, a novel pre-training approach for learning…

    Python
    View on GitHub↗525
  • moment-timeseries-foundation-model/momentmoment-timeseries-foundation-model avatar

    moment-timeseries-foundation-model/moment

    789View on GitHub↗

    MOMENT: A Family of Open Time-series Foundation Models

    TypeScript
    View on GitHub↗789
  • ngruver/llmtimengruver avatar

    ngruver/llmtime

    832View on GitHub↗

    This repository contains the code for the paper Large Language Models Are Zero Shot Time Series Forecasters by Nate Gruver, Marc Finzi, Shikai Qiu and Andrew Gordon Wilson (NeurIPS 2023).

    Jupyter Notebook
    View on GitHub↗832
  • salesforceairesearch/uni2tsSalesforceAIResearch avatar

    SalesforceAIResearch/uni2ts

    1,426View on GitHub↗
    Jupyter Notebookdeep-learningforecastingmachine-learning
    View on GitHub↗1,426
  • scxsunchenxi/testscxsunchenxi avatar

    scxsunchenxi/test

    66View on GitHub↗

    Install Python>=3.8, PyTorch 1.8.1. - Numpy (numpy) v1.15.2; - Matplotlib (matplotlib) v3.0.0; - Orange (Orange) v3.18.0; - Pandas (pandas) v1.4.2; - Weke (python-weka-wrapper3) v0.1.6 for multivariate time series (requires Oracle JDK 8 or OpenJDK 8); - PyTorch (torch) v1.8.1 with CUDA 11.0; -…

    Python
    View on GitHub↗66
  • thuml/autotimesthuml avatar

    thuml/AutoTimes

    268View on GitHub↗

    Official implementation: AutoTimes: Autoregressive Time Series Forecasters via Large Language Models. [Slides](https://cloud.tsinghua.edu.cn/f/7689d30f92594ded84f0/), [Poster](https://cloud.tsinghua.edu.cn/f/f2c18ae34fef4e74ad46/)

    Python
    View on GitHub↗268
  • thuml/itransformerthuml avatar

    thuml/iTransformer

    2,153View on GitHub↗

    The repo is the official implementation for the paper: iTransformer: Inverted Transformers Are Effective for Time Series Forecasting. [Slides](https://cloud.tsinghua.edu.cn/f/175ff98f7e2d44fbbe8e/), [Poster](https://cloud.tsinghua.edu.cn/f/36a2ae6c132d44c0bd8c/), [[Intro…

    Python
    View on GitHub↗2,153
  • time-moe/time-moeTime-MoE avatar

    Time-MoE/Time-MoE

    909View on GitHub↗
    Pythondeep-learninglarge-modelmachine-learning
    View on GitHub↗909
  • wxie9/cardwxie9 avatar

    wxie9/card

    98View on GitHub↗
    Python
    View on GitHub↗98
  • yanyansann/prompttppyanyanSann avatar

    yanyanSann/PromptTPP

    14View on GitHub↗

    Pytorch implementation for Prompt-augmented Temporal Point Process for Streaming Event Sequence, NeurIPS 2023.

    Python
    View on GitHub↗14
  • yuezhihan/ts2vecyuezhihan avatar

    yuezhihan/ts2vec

    854View on GitHub↗

    This repository contains the official implementation for the paper TS2Vec: Towards Universal Representation of Time Series (AAAI-22).

    Python
    View on GitHub↗854
  • yuqinie98/patchtstyuqinie98 avatar

    yuqinie98/PatchTST

    2,452View on GitHub↗
    Python
    View on GitHub↗2,452
  • adityalab/time-mmdadityalab avatar

    adityalab/time-mmd

    207View on GitHub↗
    Jupyter Notebook
    View on GitHub↗207
  • yxbian23/allm4tsyxbian23 avatar

    yxbian23/aLLM4TS

    83View on GitHub↗

    This repository contains the implementation of the ICML2024 paper "Multi-Patch Prediction: Adapting LLMs for Time Series Representation Learning"

    Python
    View on GitHub↗83
  • amazon-science/chronos-forecastingamazon-science avatar

    amazon-science/chronos-forecasting

    4,827View on GitHub↗

    Chronos-forecasting is a zero-shot time series forecasting framework based on a pretrained large language model. It enables the prediction of future values across diverse datasets without requiring task-specific training or optimization. The system functions as a probabilistic forecasting tool, producing multiple future trajectories and quantile forecasts to quantify uncertainty and potential prediction errors. It incorporates exogenous covariate integration to merge external variables and historical context into the input stream for increased precision. The project includes utilities for sy

    Pythonartificial-intelligenceforecastingfoundation-models
    View on GitHub↗4,827
  • damo-di-ml/neurips2023-one-fits-allDAMO-DI-ML avatar

    DAMO-DI-ML/NeurIPS2023-One-Fits-All

    664View on GitHub↗

    Tian Zhou, Peisong Niu, Xue Wang, Liang Sun, Rong Jin, "One Fits All: Power General Time Series Analysis by Pretrained LM,", NeurIPS, 2023. paper

    Python
    View on GitHub↗664