Viewing profile — notjoemartinez
notjoemartinez
HN member- Joined
- Fri, Feb 17, 2023, 6:08 AM UTC
- HN karma
- 235
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About notjoemartinez
Recent public activity
-
comment
Comment #43674290
Incident metadata and transcripts are stored in a PostgreSQL db indefinitely. We've logged over 250k incidents since January. Planning on combining the incident data with other sou…
- story
-
comment
Comment #41597844
If you email me the police department I you're curious about I can see if I can add it to the supported departments.
- story
- story
-
comment
Comment #41325673
> are you doing this real time or in a batch mode/daily scrape? I'm transcribing the previous day starting 1AM every day, which is about as much as my old MacBook I have can handle…
-
story
Show HN: I made a website for searching police scanner transcripts
Hey everyone, copcrawler.com is a website that lets you search through transcribed police scanner audio from broadcastify.com. I'm currently using faster-whisper with the tiny.en m…
- story
-
comment
Comment #39899283
Location: San Antonio, TX Remote: Yes Willing to Relocate: Yes Technologies: Vue.js, Flask, Node.js, Express.js, PostgreSQL, SQLite, ChromaDB, Docker, Nginx, Windows Presentation F…
-
comment
Comment #38787962
I've been trying to solve a problem with implementing semantic search on my YouTube search engine yt-fts ( https://github.com/NotJoeMartinez/yt-fts ). I've managed to substantially…
- story
- story
- story
-
comment
Comment #36147588
Thank you! I was able to integrate this into the project[1]. I'm also looking into using your openai-to-sqlite[2] library for semantic search. [1] https://github.com/NotJoeMartinez…
-
comment
Comment #36147518
> yt-fts search "love" --channel "Lex Fridman" | grep "love" | wc -l > 7060
-
story
Show HN: YouTube Full Text Search – Search all of a channel from the commandline
yt-fts is a simple python script that uses yt-dlp to scrape all of a youtube channels subtitles and load them into an sqlite database that is searchable from the command line. It a…
- story