Pinned Repositories
caption-gener8r
Training a neural network to generate Instagram captions for photos using a biggg set of scraped Instagram data
covid19-vaccy-tweets-NLP
Sentiment Analysis of COVID-19 Vaccine Tweets
digesting-the-digest
Using the Gmail API to topic model my recommended Medium reads
IBM-research-challenge
TechTogether Boston 2020 | An NLP-powered, user-facing annotation tool to identify promising generic drugs for cancer treatment.
inquizitive
An LLM-powered self-studying app using retrieval-augmented generation prompting | Streamlit LLM Hackathon 2023
lyrical-sentiment-analysis
Using Spotify API to obtain audio feature data and lyrics and Tableau to produce sick visualizations.
map-network-viz
A small wrapper for visualizing street networks and making artistic maps with OpenStreetMap and Networkx
music-clustering
K-Means Clustering and PCA to categorize music by similar audio features
wordle-analysis
Analyzing the most strategic words to guess on Wordle, based on letter frequency distributions
covid-movement-vis
COVID-19 movement & cases tracker with demographic data using D3.js for SVG animations
sejaldua's Repositories
sejaldua/pop-growth
This project was all about learning how to animate graphs using matplotlib and seaborn. Just enter a city and the script will generate what I call a "snake graph" depicting population growth over time.
sejaldua/beautiful-soups
Using Python's Beautiful Soup 4 library to study... well, beautiful soups. This project involved web scraping, data cleaning, and data vis.
sejaldua/screen-scraping
Automating my computer using the pyautogui library. Coolest application: automatically set my desktop picture to be National Geographic's Photo of the Day.
sejaldua/data-structures
COMP 15: data structures. Topics include arrays, linked lists, trees, graphs, dynamic storage allocation, recursion, and sorting.
sejaldua/engineering-design-lab
I was a TA for Tufts' pre-college Engineering Design Lab course, in which students learned coding, robotics, and fabrication skills and applied these skills to real problems.
sejaldua/glioma-detection
Automated brain tumor detection and segmentation using threshold density algorithm with logistic regression and ROC error analysis
sejaldua/SudokuSolver
A script that tries to extract a sudoku from an image and solve it.