Skip to content
View RighteousW's full-sized avatar

Block or report RighteousW

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RighteousW/README.md

Hi, I'm Righteous πŸ‘‹

πŸŽ“ Graduate Software Engineer
πŸ’‘ Interested in Open Source, Linux, and AI-driven applications
🌍 Based in Malawi

πŸš€ Featured Projects

A bidirectional speech ↔ Namibian Sign Language translation system with avatar visualization.

  • Built with: Python, OpenCV, PyQt6, ML
  • Focus: Accessibility and human-computer interaction

A socket-based distributed task execution system demonstrating core distributed systems concepts.

  • Built with: Python, TCP Sockets, Async I/O
  • Focus: Systems programming, fault tolerance, service discovery

A Trie-based text indexer built from scratch with O(m) search, CLI, and persistent storage.

  • Built with: Python (pure, no dependencies)
  • Focus: Data structures, search algorithms

πŸ› οΈ Tech Stack

  • Languages: Python, Java, Rust, Javascript
  • Tools: Git, Linux, Docker
  • Interests: Open Source, Systems Programming

πŸ“« Contact

Pinned Loading

  1. sign_avatar sign_avatar Public

    Real-time bidirectional translation between speech and Namibian Sign Language using computer vision and ML.

    Python

  2. sign-avatar-backend sign-avatar-backend Public

    FastAPI backend for sign language translation with file upload and async job handling.

    Python

  3. custom_data_indexer custom_data_indexer Public

    Custom Trie-based text indexer for fast prefix searching - built from scratch in Python

    Python

  4. distributed_task_runner distributed_task_runner Public

    A socket-based distributed execution system using Python and Async I/O

    Python