I am a TA for CSE-587: Data Intensive Computing in the Fall 2024 semester. While creating assignment problems, I created a bird flock simulation using PySpark.
Our paper TextLap: Customizing Language Models for Text-to-Layout Planning has been accepted to EMNLP 2024 and is available on arXiv.
I’m exploring AI for music as a hobby and will be attending the 25th International Society for Music Information Retrieval (ISMIR) remotely to gain insights into the latest research trends and em...
We build the MMR: Multi-Modal Reading Benchmark for Evaluating Reading Ability of Large Multimodal Models. The MMR Benchmark paper and code is released and currently available on arXiv.
For some unknown reason, LaTeX occasionally fails to find citations even when they are explicitly listed using \bibitem. This issue can often be resolved by compiling the document twice locally: th...
Here is a customized color map for python plot, I name it “OceanHeart”. The color map is inspried by the animation of a Squirtle holding hearts. Define the color map import matplotlib.pyplot as...
I’m switching to electric! I just bought my dream guitar at the Guitar Center San Jose—a stunning Gibson Les Paul in blueberry burst—all thanks to the salary from my Adobe internship!
This is a python script that send email automatically. To use this script, you need to setup an app password for your gmail, following this tutorial. An example: send_email(sender='sender@gmail.co...
This is a simple code that uses stable diffusion XL for text guided image generation. Check the official SDXL huggingface page for more details. A demo image: Generated by: from diffusers imp...
Here is a radar plot function. The python script is available here: radar plot. A demo looks like this: And it could be in dark mode: check for all the available themes: import matplotlib.pypl...
A new version of content is available.