Dylan De Faoite dylan
  • Ireland
  • Joined on 2026-02-23
dylan pushed to feat/update-frontend-api-calls at dylan/crosspost 2026-03-03 19:52:16 +00:00
55319461e5 feat: add "My Datasets" page
dylan pushed to feat/update-frontend-api-calls at dylan/crosspost 2026-03-03 18:36:51 +00:00
531ddb0467 fix(frontend): incorrect URLs in stats page
dylan pushed to feat/update-frontend-api-calls at dylan/crosspost 2026-03-03 18:18:07 +00:00
d11c5acb77 refactor: calculation of document titles into another class
f63f4e5f10 feat(frontend): add status page for loading dataset
Compare 2 commits »
dylan pushed to feat/update-frontend-api-calls at dylan/crosspost 2026-03-03 17:59:52 +00:00
23c58e20ae feat(frontend): add title to pages
dylan pushed to feat/update-frontend-api-calls at dylan/crosspost 2026-03-03 17:28:50 +00:00
207c4b67da feat(frontend): add dataset name requirements to the upload page
dylan pushed to feat/update-frontend-api-calls at dylan/crosspost 2026-03-03 17:25:05 +00:00
772205d3df feat(api): add ability to fetch all datasets by a user
dylan created pull request dylan/crosspost#7 2026-03-03 17:18:36 +00:00
WIP: Fix the frontend API calls and implement logins on frontend
dylan pushed to feat/update-frontend-api-calls at dylan/crosspost 2026-03-03 17:18:12 +00:00
b6de100a17 feat: overhaul upload page styling
5310568631 feat: add React layout and a topbar allowing for easy logins
4b33f17b4b fix: inconsistent styling in login page
64783e764d fix: remove unnecessary styling in index.css
8ac5207a11 feat: add login page
Compare 6 commits »
dylan created branch feat/update-frontend-api-calls in dylan/crosspost 2026-03-03 17:18:12 +00:00
dylan pushed to main at dylan/crosspost 2026-03-03 15:21:30 +00:00
c1a0324a03 build: add example env
cade2b1866 build: fix directories in docker compose
Compare 2 commits »
dylan deleted branch feat/implement-job-queue from dylan/crosspost 2026-03-03 14:26:38 +00:00
dylan pushed to main at dylan/crosspost 2026-03-03 14:26:38 +00:00
6e263cf30b Merge pull request 'Implement job queue for asynchronous NLP' (#6) from feat/implement-job-queue into main
9d1e8960fc perf: update cultural analysis to use regex instead of Counter
0ede7fe071 fix(compose): add GPU support to celery worker
eb4187c559 feat(api): add status returns for NLP processing
63cd465189 feat(db): add status and constraints to the schema
Compare 15 commits »
dylan merged pull request dylan/crosspost#6 2026-03-03 14:26:38 +00:00
Implement job queue for asynchronous NLP
dylan pushed to feat/implement-job-queue at dylan/crosspost 2026-03-03 14:25:27 +00:00
9d1e8960fc perf: update cultural analysis to use regex instead of Counter
dylan pushed to feat/implement-job-queue at dylan/crosspost 2026-03-03 14:19:20 +00:00
0ede7fe071 fix(compose): add GPU support to celery worker
dylan pushed to main at dylan/birch-dots 2026-03-03 14:15:02 +00:00
d88f49732c feat: add nvidia-container-toolkit package
dylan pushed to feat/implement-job-queue at dylan/crosspost 2026-03-03 13:46:41 +00:00
eb4187c559 feat(api): add status returns for NLP processing
63cd465189 feat(db): add status and constraints to the schema
Compare 2 commits »
dylan pushed to feat/implement-job-queue at dylan/crosspost 2026-03-03 13:13:43 +00:00
f93e45b827 fix(dataset): silent erros if dataset did not exist
075e1fba85 fix: typo in exception naming
a4c527ce5b fix(db): execute not committing if fetch flag was set
6d60820800 build: add persistent model caching
Compare 4 commits »
dylan pushed to feat/implement-job-queue at dylan/crosspost 2026-03-03 12:41:07 +00:00
3772f83d11 fix: add title column to db
dylan pushed to feat/implement-job-queue at dylan/crosspost 2026-03-03 12:34:54 +00:00
f4894759d7 feat: add docker-compose dev