Get a deterministic set of random permutations every day
I was looking for a way to generate a deterministic set of random permutations every day. Nowadays, I usually give ChatGPT a try first but didn’t get the answer I want on this one. I ran into this need while making this webpage to show some generated coloring pages in a waterfall layout. To elaborate […]
Personalized arXiv Recommendation Service
Surrendering to FOMO on important AI “breakthroughs”, I subscribed to Arxiv mailing list. Like all of the subscribers, I can’t read all the submissions in the daily email. To be completely honest, I simply archive the email from my inbox everyday without even opening the email at all. There is a slight chance that I try to browse through titles and abstracts one by one. But I wouldn’t be able to read more than 10 abstracts. There are simply too many to read through.
Generate Image with Github CI Action for free
Added SAM to FOOOCUS
Make a “3D Photo”
Sequence addition question and function calls
OpenAI recently updated its ChatGPT API with this function call capability. In short, it lets the user to tell the GPT model that there are one or more available function calls that ChatGPT can leverage. My first reaction to this news is to re-evaluate how GPT works on the sequence addition question.