Achanak se tantaara vaamiro katha ki yaad aagayi 😭
▲ 40 r/CBSE

Achanak se tantaara vaamiro katha ki yaad aagayi 😭

10th class was so peak

u/Kartik_2203 — 12 hours ago

Made an ai chats forker

Made a chrome extension for forking chats across gemini, chat gpt and claude.

It adds a fork button on every assistant chat

It then collects all the previous messages up until that point and creates a new tab then the text is injected in the input box where you can ask the next question and continue.

made it cause i don't have subscription of any of the chat app and need to rely on free tiers lol

It is available for both chrome and firefox (through github)

github: https://github.com/Kartik-2239/ai-chats-forker
chrome web store: https://chromewebstore.google.com/detail/ai-chats-forker/enpnpcemnolnpbffffgekepofbmfjdmn

u/Kartik_2203 — 7 days ago

I made a voice scraper, it finds clips of specific characters and uses speaker diarization to extract only their speech.

I made voice-scraper as more of an experiment to see how good diarization models (ai models that split audio recordings on the basis of speakers) and character voice embedding models are. And i would say they are pretty good as they are really small and can run on just a cpu.

Sample: violet_evergarden (on github)

How it works:

  • Queries DuckDuckGo or yt-dlp for videos matching the character name and search terms and downloads audio from the search results using yt-dlp and then ffmpeg for converting mp3 to wav.
  • Runs speaker diarization on each clip to detect how many speakers are present and which segments belong to whom, Splits each clip into per-speaker segments. Merges all matched segments into a single _joined.wav file, and may or may not run one final check.
  • The main challenge is figuring out which of the segmented voices belong to the actual character, on supported way is to just use a sample voice (much more reliable). But another way is to find the common voices across all the embeddings and basically guessing it to be the required voice.

It is no where near perfect and makes a lot of mistakes but it is a pretty good test for these diarization models.

checkout the repo: https://github.com/Kartik-2239/voice-scraper

reddit.com
u/Kartik_2203 — 9 days ago

Should i continue watching Needy girls overload

I watched like 4 episodes of this anime and IT IS SO DEPRESSING, i kinda like the world building around the show but IT IS SO DEPRESSING. I kinda wanna watch it but i don't wanna feel depressed (have been depressed for the past few months due to exams and entrances and boards etc etc)

IF SOMEONE HAS FINISHED THE ANIME PLEASE TELL ME DOES IT GET BETTER 😭😭😭 or i will drop it

u/Kartik_2203 — 12 days ago
▲ 7 r/chrome_extensions+1 crossposts

Made a browser extension for forking chats across claude, chatgpt and gemini.

Its a simple browser extension, you can fork chats and the extension copies and pastes them into one of the other websites from where you can continue that fork.
It is open source and will be coming on the chrome webstore, also works on firefox based browsers (check the readme in the repo)
repo: https://github.com/Kartik-2239/ai-chats-forker
Am open to any feedback and suggestions

u/Kartik_2203 — 24 days ago

[OC] A terminal tool to count how many times you used specific words at Ai agents

Posting this again because i made a lot of progress and couldn't wait!!!
It is a terminal tool for counting how many times you used specific words while talking to ai agents such as copilot, codex, opencode or claude code.
It was originally really basic but i added some new visuals which also helped me get better at making terminal tools

u/Kartik_2203 — 1 month ago
▲ 74 r/unixporn+1 crossposts

[OC] Made a cli to see how much you swear at AI

Actually you can count how many times you used any list of words but i made it with swears in mind.

It has support for copilot, codex, opencode and claude code, it simple reads the user messages and counts the words.

If you guys use some other agent you can make a pr, I would really appreciate it 😁
github: https://github.com/Kartik-2239/dosye

u/Kartik_2203 — 1 month ago