-
Notifications
You must be signed in to change notification settings - Fork 41
Import Mental Health Hub project with full history and structured organisation #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MeharX10
wants to merge
26
commits into
main
Choose a base branch
from
feature/import-mental-health-hub
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
• Implements mood logic with expert rules and a DecisionTree pipeline tied to a sample dataset. • Includes cross-validation metrics, classification report, confusion matrix, and feature importance for interpretability.
…nds.csv) • Adds mock time-series dataset (2015–2025, by state/age/activity) and matplotlib visuals. • Includes pandas filtering/sorting examples to mirror dashboard backend logic.
Add Chatbot/ with two task folders:
1) Conversation_Script/
- chatbot_conversation_script.py (deterministic wellness chatbot with branching logic)
- logic_tree.json (explicit logic tree)
- sample_transcripts.txt (expected outputs)
- Screenshots/ (demo & interactive runs)
2) Security_Measures/
- chatbot_security.py (sanitization, unsafe detection, rate limiting, response delay)
- chatbot_security_demo.ipynb (notebook demo)
- security_demo_output.txt (terminal transcript)
- ChatbotSecurityMeasures.pdf (short report with rationale & evidence)
- Screenshots/ (sanitization, rate limiting, delay, full run, code snippet)
- Both tasks are self-contained & reproducible.
- How to run:
python3 Chatbot/Conversation_Script/chatbot_conversation_script.py --demo
python3 Chatbot/Security_Measures/chatbot_security.py | tee security_demo_output.txt
Add top-level folder: Design_Visuals/ - Branding_Theme/: - Branding-Zentonic.pdf - PNG_Exports/ (logo variants, colour palette, inclusivity indicators, typography) - Storytelling_Wireframe/: - Storytelling-Page-UI-Mockup-Wireframe.pdf - PNG_Exports/ (wireframe exports) - README.md (chatbot alignment pending)
🔒 Security Scan Results⛔️ Critical vulnerabilities detected. Please review and address these security issues before merging. Next Steps:
|
Contributor
Author
ben-AI-cybersec
requested changes
Nov 18, 2025
Member
ben-AI-cybersec
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hardcoded credentials on line 48 of activity_logger. Please remove these
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

What are the changes?
This PR imports the Mental Health Hub project into the Redback Senior monorepo.
The import was performed using git subtree to preserve the full commit history.
After import, the files were reorganised into a professional structure with consistent naming and folder organisation.
Who worked on the changes?
New Components/Features
Enhanced Components/Features
Other Changes/Fixes
Additional Notes
Checklist
Screenshots or example output
N/A – structural and organisational changes only.
