IdeaCredIdeaCred

gilangcowokull/SnifTern.ai

51

๐Ÿ™ SnifTern.ai is an AI-powered internship fraud detection platform built with Flask. It uses machine learning to identify fake postings and verify company legitimacy.

What's novel

๐Ÿ™ SnifTern.ai is an AI-powered internship fraud detection platform built with Flask. It uses machine learning to identify fake postings and verify company legitimacy.

Code Analysis

11 files read ยท 4 rounds

A Flask web app that classifies internship job postings as fake or real using a TF-IDF + Logistic Regression model combined with regex-based fraud pattern matching, with basic web scraping, OCR, and PDF report generation.

Strengths

The hybrid ML + rule-based detection approach is practical for this domain, and the code is functional and readable with reasonable separation between preprocessing, prediction, scraping, and OCR modules.

Weaknesses

The README significantly overstates capabilities (claims multi-platform integration, comprehensive company database, multi-language NLP when it's actually naive CSS-selector scraping, 6 hardcoded companies, and UI string translation only); the codebase has dead code (Streamlit imports in a Flask app), a broken test import, no real test framework, and a monolithic app.py.

Score Breakdown

Innovation
4 (25%)
Craft
47 (35%)
Traction
8 (15%)
Scope
51 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+1
Concept Novelty+1

Craft

Ci-2
Tests-3
Polish+0
Releases+0
Has License+5
Code Quality+13
Readme Quality+15
Recent Activity+7
Structure Quality+5
Commit Consistency+2
Has Dependency Mgmt+5

Traction

Forks+0
Stars+6
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+2

Scope

Commits+5
Languages+8
Subsystems+5
Bloat Penalty+0
Completeness+7
Contributors+6
Authored Files+12
Readme Code Match+3
Architecture Depth+5
Implementation Depth+8

Evidence

Commits

10

Contributors

2

Files

36

Active weeks

4

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

2

Forks

0

License

MIT