Skip to content
View AppSolves's full-sized avatar
πŸ•˜
BUSY
πŸ•˜
BUSY

Highlights

  • Pro

Block or report AppSolves

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

About me πŸš€

@Singleton
class AppSolves:
    pass

class Attributes(AppSolves):
    @property
    def contact(self) -> tuple[str, str, str]:
        email         = "[email protected]"
        stackoverflow = "https://stackoverflow.com/users/19960585"
        instagram     = "https://www.instagram.com/curioburstz/"
	    
        return email, stackoverflow, instagram

    @property
    def personal(self) -> tuple[list[str], int]:
        languages = ['German', 'English', 'Turkish']
        age       = 16
		
        return languages, age
	
    @property
    def profession(self) -> tuple[dict[str, list[str]], list[str], str]:
        languages = {
            'professional': ['python', 'dart'],
            'intermediate': ['c++', 'javascript'],
            'beginner'    : ['c#']
        }
        specializations = ['ml/dl', 'pytorch/tensorflow', 'app development']
        ide             = 'vscode'

        return languages, specializations, ide

🌐 Socials:

Stack Overflow TikTok YouTube email

πŸ’» Tech Stack:

C++ Dart Kotlin Python PowerShell Firebase AWS Firebase Blender Gimp Figma Keras Matplotlib NumPy Pandas PyTorch TensorFlow scikit-learn Git GitHub nVIDIA Unity Raspberry Pi Godot Engine CMake FFmpeg Kubernetes Docker TOR nVIDIA Flutter Flask Express.js NodeJS OpenCV

πŸ“Š GitHub Stats:


Pinned Loading

  1. whisper_plus whisper_plus Public

    Forked from openai/whisper

    Robust Speech Recognition via Large-Scale Weak Supervision | Tweak your segment length and more!

    Python 2

  2. SmartSweep-Precision SmartSweep-Precision Public

    A self-made cleaning robot with Arduino Giga R1 WiFi and MicroPython!

    Dart 1

  3. captametropolis captametropolis Public

    Forked from unconv/captacity

    Add Automatic Captions to YouTube Shorts, Instagram Reels and TikToks with AI!

    Python 2