class Engineer:
def __init__(self):
self.name = "Mo"
self.roles = [
"Solution Finder",
"Data Engineer",
"Machine Learning Engineer",
"Cloud Architect"
]
self.language_spoken = ["en_US","others"]
self.degrees = ["Engineering"]
self.hobbies = "Too many to list"
self.fun_facts = (
"Constantly learning, contributing, exploring, "
"solving, creating, innovating, optimizing, "
"analyzing, developing, tinkering."
)
def say_hello(self):
print("Welcome to my Github. Feel free to drop me a message!")
me = Engineer()
me.say_hello()
Pinned Loading
-
Local_LLM_GenAI
Local_LLM_GenAI PublicYou no longer need to rely on ChatGPT/OpenAi. Without any internet and completed isolated on your personal computer, this application gives you your own local & highly capable alternative open-sour…
Python 1
-
network_scanning
network_scanning PublicUsing code to scan a network which has tons of devices connected to it and manipulating this information in various ways.
Python
-
Machine-Learning-House-Price-Prediction
Machine-Learning-House-Price-Prediction PublicUsage and implementation of a machine learning algorithm to allow for house price predictions in california.
Jupyter Notebook
-
multiple_language_environment
multiple_language_environment PublicUsing multiple programming languages to obtain an end-result mimicking team environment where different teams might collaborate and use different languages to get work done.
JavaScript
-
girlfriend_texter
girlfriend_texter PublicSend automated texts messages to girlfriend (or really anyone with a phone number).
Python
-
database_and_api_implementation
database_and_api_implementation PublicDemo on databases and API integration, and more specifically, on how to utilize Sqlite and Sqlalchemy as a database, which can mimic a cloud-based database, and usage of FastAPI as an API layer int…
Python
If the problem persists, check the GitHub status page or contact support.