No description
  • Python 78.2%
  • HTML 16.9%
  • JavaScript 2.9%
  • CSS 1.7%
  • Dockerfile 0.3%
Find a file
yuuki 6d2503ce0a
Some checks failed
Build and Push Docker Image to GHCR / build-and-push (push) Has been cancelled
AI譜面の微調整
2026-02-27 16:36:50 +09:00
.devcontainer Dockerの環境を整備 2025-10-06 12:50:43 +09:00
.github/workflows Dockerの環境を整備 2025-10-06 12:50:43 +09:00
static スタイル更新 2025-10-24 11:22:27 +09:00
templates あっぷろーだーのbump 2026-01-23 15:23:45 +09:00
.dockerignore テーブルで統計を表示 2025-10-06 21:57:10 +09:00
.gitignore テーブルで統計を表示 2025-10-06 21:57:10 +09:00
app.py AI譜面の微調整 2026-02-27 16:36:50 +09:00
cache.py 最適化 2025-10-13 07:28:30 +09:00
cors.py 最適化 2025-10-13 07:28:30 +09:00
Dockerfile randomforest&レート制限の更新 2026-02-20 15:28:04 +09:00
limit.py refactor: times_wrap 2026-01-15 20:31:50 +09:00
pipelines.py リファクタリング 2026-02-04 07:00:59 +09:00
README.md limiterのrollback 2026-02-20 19:19:03 +09:00
requirements.txt limiterのrollback 2026-02-20 19:19:03 +09:00
serve.py 最適化 2025-10-13 07:28:30 +09:00
tjaf.py ミスってね 2025-10-07 01:12:56 +09:00
tjagen.py リファクタリング 2026-02-08 16:38:52 +09:00

tjaf

太鼓ウェブのデータを管理します

デバッグの開始

依存関係をインストールします

pip install -r requirements.txt

データベースを起動します

docker run --detach \
  --name tjaf-redis-debug \
  --volume tjaf-redis-debug:/data \
  --publish 6380:6379 \
  redis

サーバーを起動します

SONGS_DIR=~/taiko-web/public/songs REDIS_URI=redis://127.0.0.1:6380/ fastapi dev --host 0.0.0.0

デプロイ

今すぐデプロイ!