Skip to content
View EternalDragon-dev's full-sized avatar

Block or report EternalDragon-dev

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.

Content in all repositories owned by your account will be closed.
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
EternalDragon-dev/README.md

๐Ÿ‘‹ Hey, I'm Steven Simelane

Robotics/IT Student | AI/ML Enthusiast | Security Researcher

Building intelligent systems and exploring the intersection of AI, robotics, and cybersecurity.


๐Ÿš€ About Me

I'm a robotics and IT student passionate about creating innovative projects that span AI/ML development, voice processing, and security research. I love building practical tools that solve real problems and pushing the boundaries of what's possible with code.

  • ๐ŸŽ“ Currently studying Robotics & IT
  • ๐Ÿค– Focused on AI/ML, voice processing, and intelligent systems
  • ๐Ÿ”’ Exploring security research and ethical hacking
  • ๐Ÿ› ๏ธ Building projects that bridge theory and real-world applications

๐Ÿ’ป Tech Stack

Languages & Frameworks

Python JavaScript TypeScript React FastAPI

AI/ML & Data Science

PyTorch TensorFlow scikit-learn NumPy

Tools & Technologies

Git Docker Linux


๐ŸŽฏ Featured Projects

๐Ÿค– AI & Robotics

๐ŸŽค Alter Voice

Real-time voice pitch modulator with robotic effects and ultra-low latency (~13ms) for live applications.

  • FFT-based pitch shifting
  • Ring modulation and bit crushing effects
  • Multiple optimization modes for latency vs quality
  • Tech: Python, NumPy, SciPy, sounddevice

๐Ÿ’ฌ Voice Assistant

Python voice AI assistant with both free (Ollama) and premium (OpenAI/ElevenLabs) versions.

  • Speech recognition with natural language processing
  • Conversational AI with context awareness
  • 100% free local version available
  • Tech: Python, Ollama, OpenAI API, ElevenLabs

๐Ÿง  Personal AI

Custom AI framework with modular architecture for privacy-focused local AI/ML development.

  • Extensible AI model training and fine-tuning
  • Vector database integration (FAISS, ChromaDB)
  • Production-ready design with proper logging and testing
  • Tech: Python, PyTorch, TensorFlow, FastAPI, Transformers

๐Ÿ”ฎ Alter Lab

Full-featured AI chat application with Ollama integration, persistent conversations, and modern web UI.

  • Real AI integration with Ollama (llama3.2:1b) and OpenAI fallback
  • Multi-conversation management with SQLite
  • Modern web interface with conversation history sidebar
  • Complete RESTful API with health checks
  • Tech: Python, FastAPI, Ollama, SQLite

๐Ÿ”’ Security Research

Professional security testing framework with advanced reconnaissance and exploitation capabilities.

  • Multi-threaded subdomain enumeration
  • API endpoint discovery and testing
  • Bot protection bypass techniques
  • Data exposure detection and reporting
  • Tech: Python, Requests, AsyncIO

๐Ÿ“Š GitHub Stats

GitHub Stats

Top Languages


๐ŸŒฑ Currently Learning

  • Advanced robotics algorithms and control systems
  • Deep learning for computer vision
  • Embedded systems programming
  • Security research methodologies

๐Ÿ“ซ Connect With Me

GitHub Email


โญ๏ธ From EternalDragon-dev

Popular repositories Loading

  1. alter-voice alter-voice Public

    Real-time voice pitch modulator with robotic effects - low latency audio processing for live applications

    Python

  2. voice-assistant voice-assistant Public

    Python voice AI assistant with free (Ollama) and premium (OpenAI/ElevenLabs) versions - conversational AI with speech recognition

    Python

  3. personal-ai personal-ai Public

    Custom personal AI framework with modular architecture - AI/ML development platform with privacy-focused local processing

    Python

  4. alter-lab alter-lab Public

    FastAPI-based AI chat interface with database persistence and embeddings support

    HTML

  5. EternalDragon-dev EternalDragon-dev Public

    My GitHub profile README

  6. face-recognition-app face-recognition-app Public

    Face detection, registration & recognition system using dlib + OpenCV โ€” HOG detection, 128-d ResNet encoding, real-time webcam support

    Python