Skip to content

Passionate ML/DL developer specializing in Python, PyTorch and Dart, dedicated to creating innovative AI applications and useful Flutter apps. | Working on Fidan!

Notifications You must be signed in to change notification settings

AppSolves/AppSolves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

Sponsor

About me πŸš€

class AppSolves(metaclass=Singleton):
    pass

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

    @property
    def personal(self) -> tuple[list[str], int]:
        languages = ['German', 'English', 'Turkish']
        age       = 17
		
        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 Instagram X 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:

    

About

Passionate ML/DL developer specializing in Python, PyTorch and Dart, dedicated to creating innovative AI applications and useful Flutter apps. | Working on Fidan!

Topics

Resources

Stars

Watchers

Forks