Skip to content

Conversation

AquarlisPrime
Copy link

Current distilBERT is general-purpose. You can improve accuracy with a better finetuned model (like j-hartmann/emotion-english-distilroberta-base or EmotionRoBERTa).

How:
Replace model loading and tokenizer logic.
Add performance comparison (F1, confusion matrix).
Write a fallback in case HuggingFace model fails.

tilakjain619 and others added 30 commits July 23, 2025 19:08
…1-Sql_Database

Revert "[Feature]: Pull request for Adding database capabilities to the chat-interface.py to make it more personalized eccentriccoder01#41"
- Add profile.py module with complete profile functionality
- Integrate profile component in sidebar.py
- Update main TalkHeal.py to support profile features
- Implement profile picture upload and management
- Add user preferences (name, font size) functionality
- Fix text input color visibility issue
…management-module

Add user profile management module with avatar support
Added Yoga for Mental Health feature based on mood (GSSoC'25 Level 2)
Added breathing exercise to components folder
eccentriccoder01 and others added 29 commits July 30, 2025 23:49
…is-support

Enhance Crisis Support with GeoIP-based helpline detection
fix: hide sidebar and chat UI on login screen using session_state
…ider-keyboard-navigation

Add Keyboard Navigation for Mood Slider with ARIA Attributes.
@eccentriccoder01
Copy link
Owner

Hi @AquarlisPrime, it looks like there might be some confusion around how pull requests work.

Could you clarify whether you've already made changes to the app and are submitting them through this PR, or if you're simply requesting to work on the issue?

If you're just getting started, note that a pull request usually comes after you've been assigned to an issue. The general workflow is:

  1. Get the issue assigned to you.
  2. Fork the repo and make your changes.
  3. Create a PR from your fork and link it to the assigned issue.
  4. Include a working deployment link and relevant screenshots.
  5. Reviewers will then evaluate your submission and provide feedback or merge it.

Let us know how you’d like to proceed, we'll be happy to guide you through the steps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.