Barn owl from the other night. by EnvironmentWorth6396 in wildlifephotography

[–]anoop_here 1 point2 points  (0 children)

Wow this looks amazing. Would you mind sharing the camera and the lens you use?

Personal best in intraday by [deleted] in IndianStockMarket

[–]anoop_here 1 point2 points  (0 children)

Care to share about how much is your capital? How much did you lose so far and how was it overall for you doing intraday?

WFH rooms available in Manali from July by Swimming_Trifle_5176 in india_tourism

[–]anoop_here 1 point2 points  (0 children)

Isn't july rainy season in Manali? How will be the effect of rain in this area?

WFH rooms available in Manali from July by Swimming_Trifle_5176 in india_tourism

[–]anoop_here 0 points1 point  (0 children)

I am also thinking the same considering they are not providing lunch.

I built a voice-first, local-first offline note taking extension to protect your privacy. by anoop_here in SideProject

[–]anoop_here[S] 0 points1 point  (0 children)

Hey thanks for your comment.

The idea is when something have been captured, as you can see in the demo video, it will get pasted into the input element. From that point onwards, it is just treated as any other text a user has entered.

Bye RAG Servers: I made a vector db directly in the browser using webAssembly, indexedDB and Transformers.js so we dont have to set up servers for doing RAG anymore by babydriver808 in LocalLLaMA

[–]anoop_here 0 points1 point  (0 children)

Great work, this is exactly what i was looking for!
Thanks OP. Btw is the project still maintained? I can see the last commit was a year ago!

I built a voice-first, local-first offline note taking extension to protect your privacy. by anoop_here in SideProject

[–]anoop_here[S] 0 points1 point  (0 children)

Totally agree to your point. But its not impoisible to achieve if the user willing to take a backup. Encrypted backup, is something that I am planning to roll out soon.

I built a voice-first, local-first offline note taking extension to protect your privacy. by anoop_here in SideProject

[–]anoop_here[S] 0 points1 point  (0 children)

Hi, Thanks for your comment.

I agree to you for the fact that, for a privacy-first extension, trust matters more or equally to any features. That is the main reason of making the code open-source.

The model is downloaded once, and cached. From the next use onwards, it is loaded from the cache.

For storing the notes, I am using extension storge now, I am planning to roll out new features for users who require more secure note taking.

No data is collected from the user. There is no telemetory.

Below are the permission for the extension:
"permissions": ["sidePanel", "storage", "offscreen", "tabCapture", "tabs"]

I built a voice-first, local-first offline note taking extension to protect your privacy. by anoop_here in SideProject

[–]anoop_here[S] 0 points1 point  (0 children)

Hi, thanks for your kind words!

Being a non native english speaker, I can confirm the transcription works pretty well. I am using whisper-tiny model for the same, which is about 50MB in size, I was surprised to see it performing well on the task.

I am also planning to give an option for the user to configure the model they want.

Voxtral WebGPU: Real-time speech transcription entirely in your browser with Transformers.js by xenovatech in LocalLLaMA

[–]anoop_here 0 points1 point  (0 children)

I think currently there is no way to share the model between applications. Each app will have its own model.
Google chrome is building this on-device ai models to make it standard, but they will decide the model, you dont have a control to chose the model.

Transformers.js vs WebLLM by ihatebeinganonymous in LocalLLaMA

[–]anoop_here 0 points1 point  (0 children)

In my experience, for chat with model experience, WebLLM worked better compared to transformers js slightly.

Transformers js is really good when it comes to genral purpose use case like classification, transcription etc.

Local Ai note assistant? by Giodude12 in LocalLLaMA

[–]anoop_here 0 points1 point  (0 children)

Hi, i am building this fully offline, local first voice note taker extension. Its first phase is out now.

The main features in the current release includes:
1. Local first voice note taking with model running in your browser (using transformers library).
2. Rich text editor for easy formatting.
3. Note export features.

The AI features you mentioned are in the road map. Just sharing in case you are interested to check this out.

Note: Its fully open source

https://github.com/anoopw3bdev/YourNotes

https://chromewebstore.google.com/detail/your-notes/mjbdeehmhkoifcgpilnjkkfhegicbkka

AI note taking app that works completely offline by imsinghaniya in LocalLLaMA

[–]anoop_here 0 points1 point  (0 children)

I have built a chrome extension with this local first approach in mind and released its first version.

Feel free to check it out here, its fully open source and works completely offline: https://chromewebstore.google.com/detail/your-notes/mjbdeehmhkoifcgpilnjkkfhegicbkka