Garud-AI
1
Garud AI is a hybrid rule-based + machine learning dashboard that detects scams, fake news, hate speech, financial fraud, and misinformation in text messages. It combines an explainable 5-module rule engine with a Naive Bayes ML classifier (97.5% accuracy), giving users both a transparent reasoning and a statistically confident verdict — fully offline, no API dependency.
As a product this is the most finished one I got. It works offline, it is fast, it explains itself to the user, and you describe the bugs you found and fixed in an honest way. I read the code and it confirms how it works. But the main number is a problem. The 97 percent is only for spam, which is the easiest and oldest task on your list. The other four harms, like hate speech and fake news, are only keyword lists in the code with no testing at all. So one easy number is shown like it describes the whole product. Also a perfect score usually means the test was too easy, not that the tool is perfect. Please either say clearly what is tested and what is not, or test the other parts too. Being honest about this will make people trust the tool more, even if the number goes down.
1. Naive Bayes doesn't work well in production instances - you can look to improve using other algorithms
2. LLM architecturally is a better way to solve this
Strengths: Demonstrates a clear application of AI to solve a meaningful problem and communicates the solution effectively. The overall concept shows promise and practical relevance. Areas for Improvement: Expand the technical discussion around model architecture, training methodology, evaluation metrics, and deployment strategy. Including quantitative performance results, robustness testing, and comparisons with baseline approaches would better demonstrate the project's maturity and technical contribution.
Cite this work
@misc {
title={
(HckPrj) Garud-AI
},
author={
1
},
date={
},
organization={Apart Research},
note={Research submission to the research sprint hosted by Apart.},
howpublished={https://apartresearch.com}
}


