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

Organizations

@YapayZekaveTeknolojiAkademisi

Block or report Arslanex

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 32 8

  4. CustomGroqChat CustomGroqChat Public

    A powerful Python client for the Groq Cloud API with intelligent rate limiting, request prioritization, token counting, and comprehensive error handling.

    Python