This website requires JavaScript.
Explore
Help
Register
Sign in
trentuna
/
candle-annotator
Watch
8
Star
0
Fork
You've already forked candle-annotator
0
Code
Issues
Pull requests
Releases
Packages
Activity
Actions
728c7e4d82
candle-annotator
/
services
/
ml
/
app
History
Download ZIP
Download TAR.GZ
Marko Djordjevic
41287b20c6
code-review-fix task 15.1: replace @app.on_event startup with FastAPI lifespan pattern in main.py
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 20:57:06 +01:00
..
__init__.py
feat(ml): add database schema, config parser, and DVC setup
2026-02-15 12:08:53 +01:00
annotation_ingestion.py
feat: add Python migration script and successfully test SQLite to PostgreSQL data migration
2026-02-17 14:01:21 +01:00
config.py
feat(ml): add database schema, config parser, and DVC setup
2026-02-15 12:08:53 +01:00
data_access.py
fix: resolve numpy type conversion issues in ML service data access
2026-02-17 14:10:21 +01:00
db.py
code-review-fix task 14.2: remove dead get_db_session function from db.py
2026-02-18 20:47:44 +01:00
main.py
code-review-fix task 15.1: replace @app.on_event startup with FastAPI lifespan pattern in main.py
2026-02-18 20:57:06 +01:00
patterns.py
feat: add FastAPI pattern detection endpoints (Section 1)
2026-02-17 18:34:14 +01:00
preprocessing.py
fix(ml): add windowed feature flattening for inference parity
2026-02-15 22:07:06 +01:00