GitHub Action commited on
Commit
789717d
·
1 Parent(s): 96cd6a9

sync: docs: remove legacy gamification, leaderboard, and points references across all documentation and website

Browse files
Files changed (1) hide show
  1. README.md +1 -12
README.md CHANGED
@@ -9,7 +9,7 @@
9
  ---
10
 
11
  ## 📌 Overview
12
- The `mission17-ai` microservice handles automated image classification and anti-cheat validation for the Mission 17 civic gamification pipeline. It verifies whether submitted photo evidence legitimately portrays targeted sustainable actions (such as Tree Planting under SDG 13/15 or Waste Recycling under SDG 12) and executes perceptual hashing (pHash) to detect duplicate or recycled photos.
13
 
14
  ---
15
 
@@ -41,14 +41,3 @@ pip install -r requirements.txt
41
  python app.py
42
  # Server listens on http://localhost:7860
43
  ```
44
-
45
- ---
46
-
47
- ## 🧪 Testing & Evaluation
48
- ```bash
49
- # Evaluate model accuracy, confusion matrix, and F1-scores
50
- python evaluate_model.py
51
-
52
- # Run adversarial file upload security test suite
53
- python -m unittest test_cases/ai_file_upload_security_test.py
54
- ```
 
9
  ---
10
 
11
  ## 📌 Overview
12
+ The `mission17-ai` microservice handles automated image classification and anti-cheat validation for community civic initiatives in Barangay Bagong Pag-asa. It verifies whether submitted photo evidence legitimately portrays targeted community actions (such as Tree Planting under SDG 13/15 or Waste Segregation under SDG 12) and executes perceptual hashing (pHash) to detect duplicate or recycled photos.
13
 
14
  ---
15
 
 
41
  python app.py
42
  # Server listens on http://localhost:7860
43
  ```