amohajerani1

↗ HN profile [ 89.9 ms ] full profile

No user record in our sample, but amohajerani1 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. I want to transcribe meeting notes with following constraints: - Near real time (max 20 seconds delay) - No third party APIs, due to privacy issues. I looked into whisper, but that starts transcription only after the…

  2. I want to fine tune a chatbot for therapy use. OpenAI has only a couple of tunable models, which are all completion models and developed in 2019. It is depressing to be stuck with a 2019 model. I am curious how others…

  3. I want to fine tune a language model to summarize the action items from meeting transcriptions. Due to privacy concerns, I need to run on the model on my local machine. I also need to be able to fine tune the model for…

  4. I am creating a web application for transcribing conversations. The client sends chunks of data to the server every 30 seconds. At the end of recording, the server would use whisper library to transcribe the whole audio…