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()
-
GİRVAK
- in/enesars
- @code_arslan
Pinned Loading
-
Whisper-Transcriber
Whisper-Transcriber PublicA 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
-
Groq-Whisper-Transcriber
Groq-Whisper-Transcriber PublicA 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
-
Doctor-Strange-Filter
Doctor-Strange-Filter Public archivePython 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…
-
CustomGroqChat
CustomGroqChat PublicA powerful Python client for the Groq Cloud API with intelligent rate limiting, request prioritization, token counting, and comprehensive error handling.
Python
If the problem persists, check the GitHub status page or contact support.



