CoolFace
Apppublic

Rausda6/TiRex-demo

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
43 commits on main
149bfbe4mo ago

Update app.py

Rausda6
d9932b24mo ago

Upload app.py

Rausda6
e3800914mo ago

Rename app.py to appo.py

Rausda6
e963f6e4mo ago

Update app.py

Rausda6
f9d3c274mo ago

Update app.py

martinloretzzz
bffd1b57mo ago

Fix config

martinloretzzz
8cd81d27mo ago

Update demo to run on CPU

martinloretzzz
c1fabed11mo ago

update citation

blago7daren
89fbe9911mo ago

added openpyxl

blago7daren
ab631da11mo ago

torch.compile, removed tirex folder, loading from pip

Nikita
9ff461211mo ago

add parquet support

Nikita
fce15681y ago

transpose switch, context cutoff as in paper, full context for custom data

Blago123
8691d5d1y ago

preset forecasting data used only when default forecast length is set, tested, updated README.md

Blago123
0fb94961y ago

predicting last forecast_length (not tested yet)

Blago123
5e90f011y ago

fixed No timeseries chosen to plot.. bug

Nikita
577322a1y ago

explicit server_name and port

Nikita
fc8f5431y ago

trying real app.py

Nikita
de2de2d1y ago

removed funny libs

Nikita
e1944281y ago

debugged dockerfile

Nikita
b8f56921y ago

another stupid lib

Nikita
6a22c5c1y ago

check if file starts with unknown lib

Nikita
9568aba1y ago

print flush

Nikita
6e15efd1y ago

logs in test

Nikita
a12343f1y ago

removed app variable

Nikita
2cef2161y ago

explicit port and server name for testing

Nikita
3a282ff1y ago

test gradio app

Nikita
64bc6d41y ago

upd dockerfile permission like developer of HF suggested

Nikita
5d5bc3a1y ago

ownership with id

Nikita
2c46e171y ago

ownership of /app repository

Nikita
fc466e01y ago

env variables to controll locations

Nikita
14d91dc1y ago

added tirex as model

Nikita
810611f1y ago

removed tirex gh repo

Nikita
41b10251y ago

upd dockerfile to run app.py in tirex env

Nikita
3ace4c01y ago

upd readme.md so the app starts with dockerfile

Nikita
05004df1y ago

removed requirements.txt

Nikita
936da191y ago

dockerfile to use .yaml file, requirements.txt didnt work

Nikita
dd327391y ago

requirements.txt

Nikita
7fb6e581y ago

second round of edits from günther and andreas

Nikita
bf87f191y ago

connectivity and debugging

Nikita
398f9181y ago

tirex forecasting in model_forecast()

Nikita
86239161y ago

all andreas suggestions are added

Nikita
76a84b91y ago

waiting for the review

Nikita
3272ebc1y ago

initial commit

Blago123