
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
real-time-speech-analyzer
Advanced tools
Real-time speech analysis with local LLM using multiple concurrent analysis instructions
🎙️ Real-time speech analysis with local LLM using multiple concurrent analysis instructions
Analyze speech in real-time using Web Speech API and local Ollama models. Run multiple analysis instructions simultaneously on each speech segment with live processing feedback.
Install Ollama and pull a model:
# Install Ollama: https://ollama.ai/
ollama pull llama3.1:8b
ollama serve
Use Chrome or Edge browser (required for Web Speech API)
# Install globally
npm install -g real-time-speech-analyzer
# Start the analyzer
speech-analyzer
Or run locally:
# Clone and run
git clone https://github.com/speech-analyzer/speech-analyzer
cd speech-analyzer
npm install
npm start
http://localhost:3000
npm install -g real-time-speech-analyzer
speech-analyzer
npm install -g real-time-speech-analyzer
speech-analyzer
# Development mode with hot reload
npm run dev
# Build for production
npm run build
# Start production build
npm start
speech-analyzer/
├── server.ts # Bun WebSocket server
├── app.ts # Frontend TypeScript
├── index.html # Main UI
├── bin/ # Executable scripts
└── dist/ # Built files
MIT License - see LICENSE file for details
ollama serve
ollama pull llama3.1:8b
llama3.1:8b
vs llama3.1:70b
)Made with ❤️ for real-time speech analysis
FAQs
Real-time speech analysis with local LLM using multiple concurrent analysis instructions
We found that real-time-speech-analyzer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.