Skip to content
View Arslanex's full-sized avatar
🚩
🚩

Block or report Arslanex

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
Arslanex/README.md

Hello there 👋

class SoftwareEngineer:

    def __init__(self):
        self.name = "Enes Arslan"
        self.role = "Software Engineer"
        self.language_spoken = ["TR", "EN"]

    def hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.hi()

Pinned Loading

  1. Whisper-Transcriber Whisper-Transcriber Public

    A scalable Python module for robust audio transcription using OpenAI's Whisper model. Supports multiple languages, batch processing, and output formats like JSON and SRT.

    Jupyter Notebook

  2. Groq-Whisper-Transcriber Groq-Whisper-Transcriber Public

    A scalable Python module for robust audio transcription using OpenAI's Whisper model with power of GROQ CLOUD. Supports multiple languages, batch processing, and output formats like JSON and SRT.

    Python

  3. Doctor-Strange-Filter Doctor-Strange-Filter Public archive

    Python project using OpenCV and Mediapipe to create a Dr. Strange filter. It detects hand gestures, calculates palm midpoint and openness, then overlays a mask if the hand is open. A concise demons…

    Python 12 1