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
-
spark-sovereign
spark-sovereign PublicFor those that want full and total sovereignty and control over capable AI and LLM models locally, privately, and with full ownership. No API throttling, no usage costs, no bans, no concerns about …
-
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
-
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
-
jenkins_docker_pipeline
jenkins_docker_pipeline Publicjenkins docker cicd pipeline set up
Dockerfile
If the problem persists, check the GitHub status page or contact support.