Skip to content

srinji5141/srinji5141.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

77 Commits
Β 
Β 

Repository files navigation

πŸ‘©πŸ½β€πŸ”§ Srinjana's Personal Website fa057582f44b477206a32e255bb8ca18

img3

Hi there πŸ‘‹πŸ½ My name is Srinjana Sriram and I'm an undergraduate Math/CS student, at UCLA. I'm passionate about problem-solving, amongst other things. Over here, you'll be able to find more information about some of my past projects and other interests. Feel free to explore and find out a little bit more about who I am and what I like to do.

Menu

Projects πŸ‘©πŸ½β€πŸ’»πŸ“Ÿ

Project 1: EchoGreet

Description

While exploring the UCLA MakerSpace, I made a clap-activated LCD greeting panel, using an Arduino Uno, a few jumper wires, resistors, capacitors, a breadboard, a LM358 op-amp, an electret microphone, and a gwt-c1627a-rgb v1.1 liquid crystal display.

Repository

#include <LiquidCrystal.h> // Includes the LiquidCrystal Library 
LiquidCrystal lcd(3, 2, 4, 5, 6, 7); // Creates an LCD object. Parameters: (rs, enable, d4, d5, d6, d7)
...

For the complete code, visit https://github.com/srinji5141/EchoGreet/blob/main/helloworld.ino

image

For the complete circuit design, visit https://github.com/srinji5141/EchoGreet-UCLA-MakerSpace/blob/main/README.md

Demo

VIDEO-2023-05-27-16-21-38

Project 2: American Bar Association EDA, ASADataFest 2023

Description

During the 2023 ASA DataFest, my team and I explored why certain client questions experienced response time lags from laywers, on the American Bar Association's Free Legal Answers virtual advice clinic. To do this, we cleaned our dataset of unrelated, and missing data. We explored variables such as time stamps, and created more meaningful variables such as time durations. We then plotted this data in histograms, pie charts, and scatter plots to understand the geographic spread of this data. We then continued to text mine the client questions and analyse which particular questions were experiencing time lags, which we represented through word clouds

Skills: data pre-processing, feature engineering, data analysis, summary statistics, data visualisation, text mining, data manipulation etc.

Notebook Link: https://colab.research.google.com/drive/12J91HZHFGJDgecqVG6SmbZxZhspmF7ZB?usp=sharing

Project Poster

Screenshot 2023-09-03 at 5 27 05 PM

Project Poster.pdf

Project 3: SentiBot, LAHacks 2023

Description

During the 2023 LAHacks, my team and I built a sentiment analysis trading bot, which automatically outputs trading recomendations based on user-specified market and asset classes. It works by webscraping for recently published articles, based on those specifications, and then classifies them, according to their degree of positivity, using Cohere's NLP models.

Repository

The following code snippet trains Cohere's NLP classification model to identify whether the webscraped article titles are about company stocks or not.

import cohere
from cohere.responses.classify import Example
...

For the complete code snippet, visit https://github.com/srinji5141/SentiBot-LAHacks-2023/edit/main/SentiBot.py

Demo

SentiBot

To watch a full demonstration of SentiBot, visit https://devpost.com/software/sentibot-un7qmy

Project 4: ConnectForce

Description

To address a personal challenge of managing professional contacts, I developed a custom LinkedIn Web Scraper. This tool automates dynamic website navigation, and extracts the biodata of over 500 "Connections" within the LinkedIn "My Network" section. It then conveniently organizes the collected information into a .tsv file. This .tsv file acted as an effective resource for me, as it helped me keep track of my professional interactions, such as cold-emailing etc.

Repository

from selenium import webdriver
from selenium.webdriver.common.by import By
...

For the complete code, visit https://github.com/srinji5141/Professional-Contacts-Management-Program

Feel free to run the above code, with your login details, and download all your contacts' details into a .tsv file, for simple professional contacts management!

Project 5: World Happiness Index Report, UCLA Statistics Club

Description

To look into international developmental metrics, my partner and I explored Kaggle's World Happiness Report Dataset. We first cleaned the dataset, and then created correlation matrices, as well as summary statistcis on metrics such as GDP per capita, life expectancy, social support etc. We also plotted histograms of happiness scores over the years, as well as over continents to understand the spread of data. Finally, we conducted some predictive analytics through linear regressions on happiness scores and GDP per capita.

Skills: data pre-processing, data analysis, summary statistics, data visualisation, data manipulation, linear regression, principal component analysis, k-means clustering, etc.

Notebook Link: https://colab.research.google.com/drive/1gTCRITuahCMoxXAWANOLqniY-mNxbIZs?usp=sharing

Project 6: MidnightMindfulness

Description

In order to combat the post covid-19 effect, I built a randomised intention-setting website as a creative project to play around with, when feeling bouts of demotivation or lack of focus.

Repository

let intention = [" Take it easy 😎 ", " Be present and connected 🎁 ", 
" Set a goal for today 🦾 ", " Forgive others and yourself πŸ«€ ", 
...

For the complete code, visit https://github.com/srinji5141/MidnightMindfulness.com

Demo

MidnightMindfulness

To play around with the website, visit https://srinji5141.github.io/MidnightMindfulness.com/

Technologies

arduino cplusplus css3 figma gcp git html5 mysql opencv pandas python scikit_learn seaborn selenium

βͺ Menu

Papers and Publications πŸ‘©πŸ½β€πŸŽ“πŸ“

Cobb Douglas Function: Optimising student happiness based on play time and study time

Hoping to model optimization through multivariable calculus, I embarked on a personal journey of answering, how we can achieve work-life balance. Drawing from economics' concept of utility functions, this paper explores mathematical approaches to optimize the satisfaction of students with different study routines. Through data collection and mathematical modeling, I used derivatives, contour lines, and the Lagrange multiplier, to offer insights into managing our personal and professional lives.

Download Link: Cobb_Douglas_Function.pdf

Research Gate Link: https://www.researchgate.net/publication/374153474_Cobb_Douglas_Function_Optimising_student_happiness_based_on_play_time_and_study_time

DOI: 10.13140/RG.2.2.36022.47688

Queueing Theory: Optimising wait times at boba stores

Motivated by my love for boba, I decided to use probability and statistics to enhance the boba store experience. Through using the M/M/1 model from queueing theory, a type of stochastic process, this paper aims to answer the question: can Mathematics expedite wait times at boba stores?

Download Link: Queueing_Theory.pdf

Research Gate Link: https://www.researchgate.net/publication/374153587_Queueing_Theory_Optimising_wait_times_at_boba_stores

DOI: 10.13140/RG.2.2.29311.59042

Regulation VS Deregulation: What is the optimal level of government intervention, in the Singaporean market?

Inspired by John Komlos' philosophy of humanistic capitalism, my partner and I explored the intricacies of protecting Singapore's competition and consumers. In an age of digitsation and globalisation, this paper uncovers potential threats and proposes a three-pronged solution of monitoring, consultation, and regulation. Through case studies, we underscore the need for diligent oversight within Singapore's unique policy framework, which harmonizes state and market efforts.

Download Link: Regulation_VS_Deregulation.pdf

Research Gate Link: https://www.researchgate.net/publication/374153726_Regulation_VS_Deregulation_What_is_the_optimal_level_of_government_intervention_in_the_Singaporean_market

DOI: 10.13140/RG.2.2.10437.22241

Mathematics: The foundation of the universe

Motivated to enhance student engagement with Math, I created this Math-themed colouring booklet to kindle a sense of curiosity about the vast world of Mathematics, amongst young learners.

Download Link: Mathematics.pdf

βͺ Menu

Pitch Decks and Presentations πŸ‘©πŸ½β€πŸŽ€πŸŽ€

Slalom Build Competition Final Presentation

Won 1st Place

As part of the Data Rangers team, for the AWS Innovation Challenge, I was able to develop a data-driven gamified social media platform for the LA 2028 Olympics. Our solution aimed to address declining viewership by engaging users in daily challenges, real-time trivia, and community leaderboards.

Our pitch deck included a problem statement, a Figma mockup of our application detailing the user journery, as well as a data pipeline explaining how we would attempt to create custom daily challenges. It also featured a market analysis, a business plan, and an implementation timeline.

We had the honor of presenting our application at the LA2028 office and securing incubation at the AWS Cloud Innovation Center.

AWS-Deck.pdf Screenshot 2023-08-20 at 7 35 30 PM

Boston Consulting Group Case Competition Final Presentation

Won 5th Place

As part of BCG's annual case competition at UCLA, my team and I evaluated growth opportunities within the US video game industry. More specifically, we focused on whether Blizzard Entertainment should venture into the US streaming industry through a TV adaptation of their beloved game, Overwatch.

Our presentation included a thorough industry SWOT analysis, a comprehensive examination of Blizzard Entertainment and its competitors, and a case study of Arcane. We were lucky enough to make it to the final round of the case competition, where we presented our findings to a panel of BCG judges.

BCG_R2-Deck.pdf Screenshot 2023-08-20 at 7 37 19 PM

BCG_R1-Deck.pdf Screenshot 2023-09-01 at 3 35 40 AM

BruinLabs Product and Business Competition Final Presentation

Won 3rd Place

As part of the BruinLabs summer program, my friends and I collaborated on SWAP: a web application designed for crowdsourced item borrowing. Through the program, we learned the nuances of entreprenuership and product development.

BL-Deck.pdf Screenshot 2023-08-20 at 7 41 26 PM

βͺ Menu

Problem-Solving and other Educational Resources πŸ‘©πŸ½β€πŸš€πŸ”­

Acing the IBDP (International Baccalaureate Diploma Programme)

A drive filled with A graded internal assesments, extended essays, past papers, notes, and sample college essays, compiled and written by myself, for struggling IBDP students.

Google Drive Link: Srinji's Gift :)

βͺ Menu

Hobbies

🎨 Growing up, I did a lot of art which I like to post about, from time to time, on my WordPress.

Screenshot-2023-08-20-at-6-29-57-PM Screenshot-2023-08-20-at-6-29-22-PM Screenshot-2023-08-20-at-6-29-31-PM Screenshot-2023-08-20-at-6-29-44-PM

πŸ’…πŸ½ Nowadays, I don't have as much time to paint on canvas, so I try to paint my nails instead!

IMG-6081 IMG-6082 IMG-6083 IMG-6084

βͺ Menu

Connect with Me

Feel free to contact me via E-mail or connect with me on LinkedIn.

βͺ Menu

Thank you for visiting my personal website. I hope you enjoyed!

mw4y58i658981

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published