Skip to content
View kaylaipp's full-sized avatar

Block or report kaylaipp

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

Hi there ๐Ÿ‘‹

My name is Kayla :)

  • ๐Ÿš€ Languages / Frameworks I've been using recently: Python, Typescript, ReactJS, GraphQL, Tensorflow, Java, AWS, Serverless
  • ๐Ÿš— Currently building scalable systems @ Rivian
  • ๐Ÿต Interested and passionate about deep learning, artificial intelligence, and matcha

Pinned Loading

  1. lane-detection lane-detection Public

    Lane detection on dashcam footage using Canny edge detection, Gaussian blur, and Hough line transforms in Python/OpenCV

    Python 3

  2. Gesture-Recognition Gesture-Recognition Public

    Basic ASL Gesture Recognition with OpenCV and template matching

    Python

  3. Lyric-Analysis Lyric-Analysis Public

    NLP-powered lyric sentiment analysis and popularity trend explorer built in R, pulls track data from the Spotify and Genius APIs with an interactive Shiny dashboard.

    R 2

  4. EvaluatingModelsLearningRate EvaluatingModelsLearningRate Public

    Builds logistic regression, linear networks, and feedforward neural networks from scratch in Python, comparing learning rate impact across 6 classification and regression datasets

    Python

  5. Linking-Writing-Processes-to-Writing-Quality Linking-Writing-Processes-to-Writing-Quality Public

    Predicts essay writing quality from keystroke log data using feature engineering and model comparison - Random Forest, CatBoost, and MLPRegressor evaluated on RMSE

    Jupyter Notebook 1

  6. RacetraceReinforcementLearning RacetraceReinforcementLearning Public

    Various Reinforcement Learning Algorithms on Racetrack Simulations

    Python