Skip to content
View AaronFlore's full-sized avatar
💭
💻 Currently coding
💭
💻 Currently coding

Block or report AaronFlore

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AaronFlore/README.md

Hi, I'm Aaron. Welcome to my Github!

visitors

classSoftwareEngineer:
def__init__(self):
self.name="Aaron Floreani"self.role="Software Engineer"self.interests= ["Traveling", "Finance", "Bouldering", "Guitar", "AI", "Wildlife", "Surfing", "Film"]
defsay_hi(self):
print("Hi! Thanks for checking out my Github. Feel free to take a look around.")
me=SoftwareEngineer()
me.say_hi()

Connect With Me:

Technologies Used In My Repos:

Jupyter NotebookHTMLCSSTailwind CSSFirebaseJavaScriptReactVue.jsNode.jsJavaCPythonMySQLmongoDBGitTypeScript

Pinned Loading

  1. New-Grad-PortfolioNew-Grad-PortfolioPublic

    A modern animated portfolio website to showcase my projects and experience after graduating from my master's program

    TypeScript 1

  2. Finetuning-Llama2-Review-SummarizerFinetuning-Llama2-Review-SummarizerPublic

    Fine-tuning Llama 2 to Generate Better Summaries of Amazon Product Reviews

    Jupyter Notebook 1

  3. LyricHeroLyricHeroPublic

    This web app allows you to type along to the synchronized lyrics of songs in real-time. Whether you're a music enthusiast, language learner, or simply trying to improve your typing speed/accuracy, …

    Vue