Skip to content

Releases: Mr-Homeless/waldo

v1.0.0-alpha

29 Sep 13:37

Choose a tag to compare

Visual Cheat Detection System for Counter-Strike 2

Initial alpha release featuring AI-powered cheat detection using Vision Transformer
technology.

Key Features

  • Automated clip extraction - Detects killshots from gameplay audio and creates 2-second
    clips
  • Local model training - Train custom models on your labeled footage (cheater/legitimate)
  • Deep learning analysis - 1B parameter Vision Transformer analyzes frames 85-100 of each
    clip
  • Confidence scoring - Detailed results from 0.0 (likely legitimate) to 1.0 (likely
    cheating)

Technical Details

  • Vision Transformer (VideoMAE v2) architecture
  • Resolution-adaptive processing
  • Frame-by-frame analysis with visual output
  • Flask web interface at localhost:5000
  • CUDA GPU support required

Installation

  • Windows: WSL-based installation with provided .bat scripts
  • Linux: Direct installation via install.sh
  • Model: Download required 1.9GB base model from HuggingFace

Alpha Notes

  • This is early alpha software for testing and feedback
  • Requires minimum 48 clips for training
  • Manual removal of spectator/proximity kills needed
  • Results are guidance, not definitive proof

Resources

  • Full documentation in README

---Version: 1.0.0-alpha

v0.4.0

23 Dec 18:52
1c30740

Choose a tag to compare

What's Changed

As part of this release we are making some drastic changes to Waldo. We recently cleaned up our Discord, and are in the process of migrating away from Kubernetes, and onto Docker Swarm to minimize tech debt. As part of this change we're migrating our current database CockroachDB, to the much simpler PostgreSQL to help further reduce complexity.

We've also had some wonderful progress on the model by @mattolson93, hopefully some more details on that soon.

New Contributors

Full Changelog: v0.3.6...v0.4.0

v0.3.6

22 Apr 15:38
6226a75

Choose a tag to compare

Changes

🐛 Bug Fixes

🧰 Maintenance

v0.3.5

19 Apr 23:51
6a7e5e6

Choose a tag to compare

Changes

🚀 Features

  • feat: implement automated integration tests for tRPC API @cgund98 (#287)

🐛 Bug Fixes

🧰 Maintenance

v0.3.4

18 Apr 22:56
aceda5d

Choose a tag to compare

Changes

🐛 Bug Fixes

  • Added header parsing & keychecking to link retrieval api @Bensikrac (#288)

🧰 Maintenance

v0.3.3

18 Apr 21:15
c884c65

Choose a tag to compare

What's Changed

  • Fullscreenable embed on rewiev page & wide monitor min width by @Bensikrac in #256
  • Fixed Clip Review breaking on invalid user image by @Bensikrac in #255
  • build(deps): bump @trpc/client from 10.19.1 to 10.20.0 by @dependabot in #272
  • build(deps): bump framer-motion from 7.10.3 to 10.12.2 by @dependabot in #271
  • build(deps): bump next from 13.0.3 to 13.3.0 by @dependabot in #270
  • build(deps): bump async-ratelimiter from 1.3.5 to 1.3.7 by @dependabot in #266
  • build(deps): bump eslint from 8.37.0 to 8.38.0 by @dependabot in #268
  • build(deps): bump @trpc/react-query from 10.18.0 to 10.20.0 by @dependabot in #264
  • build(deps): bump @algolia/client-search from 4.14.3 to 4.17.0 by @dependabot in #269
  • build(deps): bump @types/node from 18.11.9 to 18.15.11 by @dependabot in #261
  • build(deps): bump typescript from 5.0.3 to 5.0.4 by @dependabot in #258
  • build(deps): bump astro from 2.1.7 to 2.3.0 by @dependabot in #263
  • build(deps): bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.58.0 by @dependabot in #259
  • build(deps-dev): bump turbo from 1.8.8 to 1.9.1 by @dependabot in #262
  • build(deps): bump @docsearch/react from 3.3.0 to 3.3.3 by @dependabot in #267
  • build(deps): bump @astrojs/sitemap from 1.0.0 to 1.2.2 by @dependabot in #260
  • Added simple OpenGraph tags to main site for better embeds on link sharing by @Bensikrac in #273
  • build(deps): bump @trpc/server from 10.19.1 to 10.20.0 by @dependabot in #265
  • Added forced game selection for video submission by @Bensikrac in #276
  • Opengraph Improvements & Cache control headers by @Bensikrac in #280
  • docs: update local dev server README by @cgund98 in #257
  • fix: refresh gameplay clips after deletion by @cgund98 in #279
  • feat: create prettier check script and add to ci.yml by @cgund98 in #277
  • added api key ui and endpoints by @ceriddenn in #225
  • attempt to fix gameplay deletion errors by @ceriddenn in #282
  • feat(web): vastly improved monitoring by @Huskydog9988 in #278
  • Removed double import for sentry to fix failing build by @Bensikrac in #284
  • Analysis/endpoints by @ceriddenn in #286

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

16 Apr 01:48
e6d5711

Choose a tag to compare

Changes

🧰 Maintenance

v0.3.1

16 Apr 01:21
8d65c46

Choose a tag to compare

Changes

🧰 Maintenance

v0.3.0

16 Apr 00:56
086f692

Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v0.2.2

05 Apr 01:03
9f50eb7

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2