Skip to content
View AaronFlore's full-sized avatar
πŸ’­
πŸ’» Currently coding
πŸ’­
πŸ’» Currently coding

Highlights

  • Pro
Block or Report

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.

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

Hi πŸ‘‹ I'm Aaron. Welcome to my Github!

visitors

class SoftwareEngineer:

    def __init__(self):
        self.name = "Aaron Floreani"
        self.role = "Software Engineer"
        self.interests = ["Traveling", "Finance", "Bouldering", "Guitar", "AI", "Wildlife", "Surfing", "Film"]

    def say_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 Notebook HTML CSS Tailwind CSS Firebase JavaScript React Vue.js Node.js Java C Python MySQL mongoDB Git TypeScript

Pinned

  1. Portfolio Portfolio Public

    A modern animated portfolio website to showcase my projects and experience.

    TypeScript

  2. Finetuning-Llama2-Review-Summarizer Finetuning-Llama2-Review-Summarizer Public

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

    Jupyter Notebook

  3. LyricHero LyricHero Public

    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