Skip to content
View RhythmusByte's full-sized avatar
:shipit:
On a quest to find the missing semicolon
:shipit:
On a quest to find the missing semicolon

Highlights

  • Pro

Block or report RhythmusByte

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
RhythmusByte/README.md

๐ŸŽ€ About Me

class AboutMe {
    private String firstName = "Akhil";
    private String lastName = "Mahesh";
    private String role = "Student";
    private String pursuing = "Bachelor of Computer Application";
    private String studentAt = "University of Calicut";
    private String[] languagesSpoken = {"English", "Malayalam", "Tamil"};
    private String[] programmingLanguages = {"JavaScript", "Java", "Dart", "Python"};

    public void sayHi() {
        System.out.println("Thanks for dropping by, hope you find my profile interesting!");
    }

    public static void main(String[] args) {
        AboutMe me = new AboutMe();
        me.sayHi();
    }
}

๐Ÿ’ก Fun Fact

My username "RhythmusByte" is a fusion of my love for music and my passion for programming.


๐ŸŽฏ Future Aspirations

  • ๐Ÿฆ„ Contribute to a project
  • ๐Ÿ“Œ Get an internship in an IT company
  • ๐ŸŒผ Learn Dart and Flutter
  • ๐Ÿš€ Create a project using Flutter
  • ๐Ÿงฎ Master Data Structures and Algorithms using Java
  • ๐Ÿ”ฅ Achieve a 100-day streak on GitHub

The journey of learning continues...


โšก My Personal Card
Personal Introduction Card

๐Ÿš€ Recent GitHub Activities

  • ๐Ÿ”ฅ Currently Working On:
    • ๐Ÿงโ€โ™‚๏ธ Sign Language to Speech (Real-Time)
      • Uses Python, CNN, Keras, TensorFlow
      • Converts ASL gestures into speech
  • โšก Previous Work:
    • ๐ŸŒ Upgraded My Linktree with React
      • Transitioning from HTML/CSS/JS โ†’ React for better UX

๐ŸŒŸ Projects

  • ๐Ÿงโ€โ™‚๏ธ Sign Language to Speech Conversion
    • โšก Real-time application for converting ASL gestures to speech
    • ๐Ÿง  Built with Python, CNN, Keras, TensorFlow
    • ๐Ÿ—๏ธ Currently in development

More exciting projects are in the pipeline!


๐Ÿ“ฌ Get In Touch

Interested in collaboration or just want to say hi? Reach out using the email on my GitHub profile or connect via social media!

LinkedIn Instagram Facebook X Reddit Bluesky


๐Ÿ’ป Tech Stack

๐Ÿ‘จโ€๐Ÿ’ป Programming Languages

Java Python Dart JavaScript

๐Ÿ—๏ธ Frameworks & Libraries

React Flutter Node.js

๐Ÿ“Š Databases

MongoDB

๐Ÿ› ๏ธ Tools & Platforms

GitHub Vercel Netlify


๐Ÿ“Š GitHub Stats


๐Ÿ† GitHub Trophies

๐Ÿ“ Latest Blog Posts


๐Ÿ–‹๏ธ Random Quotes
Inspirational Random Quotes

Pinned Loading

  1. Sign-Language-to-Speech Sign-Language-to-Speech Public

    Real-time ASL interpreter using OpenCV and TensorFlow/Keras for hand gesture recognition. Features custom hand tracking, image preprocessing, and gesture classification to translate American Sign Lโ€ฆ

    Python 1