CyberJeshz/LinkNayan
Learning to build AI-powered mental health resource finder for Filipinos. Matches users with crisis hotlines, therapists & support groups. My first AI project (CS freshman).
What's novel
Learning to build AI-powered mental health resource finder for Filipinos. Matches users with crisis hotlines, therapists & support groups. My first AI project (CS freshman).
Code Analysis
10 files read · 3 roundsA very early-stage CLI skeleton for a Philippine mental health resource finder that contains a keyword-based crisis detector, a thin OpenAI API wrapper, and well-structured JSON data files, but no actual user-facing functionality or resource matching logic.
Strengths
The JSON data files are well-organized and genuinely useful for the Philippine context, and the README is refreshingly honest about the project's incomplete state. The crisis detection supports both English and Tagalog keywords, showing cultural awareness.
Weaknesses
The core 'AI matching' feature doesn't exist — there's no logic connecting user input to resource recommendations, main.py is a stub, and the only real code is a substring keyword check and a single API call wrapper. There are bugs (unreachable except clause, wrong import path, inconsistent return types) and an offensive test string committed to the codebase.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
17
Contributors
1
Files
17
Active weeks
3
Repository
Language
Python
Stars
1
Forks
0
License
—