Skip to content
View Logahn's full-sized avatar
🎯
Daily Commits
🎯
Daily Commits
Block or Report

Block or report Logahn

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

Profile views

>>> from people import developers
>>> from skills import versatile, shiftless
>>> def developer_attributes(name):
        """
            Returns attributes for name.
        """
        info = {}
        versatile_developers = versatile.good(developers.name)
        shiftless_developers = shiftless.bad(developers.name)

        #check versatile developers
        if name in versatile_developers:
            info.update(developers.skills.good[name])
   
        #check shifless developers
        if name in shiftless_developers:
            info.update(developers.skills.bad[name])
        return info
>>>
>>> Adele = developers('Adele', sorted(developer_attributes('Adele Chinda')))
>>>
>>> Adele.education
"Belgorod State University"
>>>
>>> Adele.major
"Applied Computer Science"
>>>
>>> Adele.degree
"Bachelors"
>>> Adele.interests
[
   "Artificial Intelligence", "Basketball", "AI Research", "Robotics programming", "Space Exploration"
]
>>>

Languages

Python Cpp Matlab Java Javascript dart csharp mysql xaml

Frameworks

WPF pyqt NET flutter UNITY React

Tools and IDEs

Tensor Flow workbench PyTorch Android Studio Eclipse Git Git Kraken GNU Octave Jupyter

Colab

Operating Systems

Ubuntu Linux Windows

Pinned

  1. kaggle-notebooks kaggle-notebooks Public

    This repository contains a collection of Kaggle notebooks showcasing various data science and machine learning projects and competitions. Each notebook presents a comprehensive analysis of the data…

    Jupyter Notebook

  2. autonomous-vehicle autonomous-vehicle Public

    Vehicle simulation using distance-sensors and a front radar in order to overtake the other vehicles controlled by SUMO.

    Python 1

  3. tensorflow-ML tensorflow-ML Public

    ML with Python

    Jupyter Notebook

  4. virtual-mouse virtual-mouse Public

    Python and openCV-based AI implementation for mouse movement simulation with real-time camera identification of hand landmarks and monitoring gesture patterns.

    Python

  5. youBot youBot Public

    Program developed to control KUKA youBot robot with the implementation of Python inverse kinematics

    Python 1

  6. webfolio webfolio Public

    Portfolio website source code

    Jupyter Notebook