#!/usr/bin/python
# -*- coding: utf-8 -*-
class AIEngineer:
def __init__(self):
self.name = "Nisa Neretva"
self.role = "Junior AI Engineer"
self.language_spoken = ["en_US"]
self.code: ["Python", "Pytorch", "Javascript", "HTML", "CSS", "C"]
self.fields: ["Computer Vision", "Machine Learning", "Data Analysis", "OOP", "Web Development"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = AIEngineer()
me.say_hi()
🍩
My last year in Computer Engineering. I am interested in artificial intelligence and Web-based projects and I do research on these fields.
- Turkey
Highlights
- Pro
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.