Projects
Olivia : An AI traveler assistant
Mapping Alexa’s Utterances to intents
Music Genre Classifier
Experience
2022 - 2024 | Hundred X Machine Learning Engineer
2022 - 2024 | Hundred X
Machine Learning Engineer
2022 - 2024 | Hundred X Machine Learning Engineer
2019 - 2021 | Amazon
Software Engineer
2017 - 2019 | Spectrum Effect
Software Engineer
Contact
carla.prieto@berkeley.edu
(206) 581- 4834
Socials
Olivia: An AI Travel Assistant
Olivia is a chatbot that gives AirBnB recommendations for your next vacation. Is backed by an in-house fine-tuned LLMs. Comes in two flavors: Using Claude Sonnet or LLaMa 3.
Check it out!
oliviawebpagedemo.my.canva.site
Mapping Alexa Utterances to Intents
Voice-activated virtual assistants, like Amazon Alexa, have revolutionized human-computer interaction by responding in real-time to user instructions, known as “utterances.” These utterances are mapped to specific “intents,” which guide Alexa in executing the correct tasks.
In this project, I explored the use BERT (Bidirectional Encoder Representations from Trans- formers) along with another models to map utterances to intents.
Look at the full details in my repo:
Music Genre Classifier
A favorite of mine. In this project I learned how to extract and manipulate features from audio files, do some programatic audio chops, principal component analysis (PCA), and plug it all into common used ML models for classification.
I learnt about extracting and manipulating soundwaves, MEL Spectograms, harmonics and perceptruals among other audio features.
I also got to experiment with a bunch of models, from simple KNN and decision trees, to more robust ones like an SVM and a classifier using gradient booster.
Finally achieving an accuracy of ~0.90 for one of my first models.
Check the final presentation out! (contains pretty dope visuals!)