百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

say

> 前端框架
开源

Say - A Whisper AI 笔记应用

394 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Say - A Whisper AI 笔记应用

Say

Say is a modern voice transcription app that transforms your voice into text using advanced machine learning, right in your browser. Built with React and powered by Whisper, T5 and Transformers.js, it offers a seamless experience for recording, transcribing, and managing your spoken notes.

✨ Features

  • ️ Browser-based Recording: Record audio directly in your browser with a clean, intuitive interface
  • ML-Powered Transcription: Convert speech to text using state-of-the-art machine learning, running entirely in your browser
  • Rich Text Editing: Edit and format your transcribed text using a powerful rich text editor
  • Audio Visualization: See your audio waveforms in real-time while recording
  • Local Storage: All your notes are saved locally in your browser
  • Modern UI: Clean, responsive interface built with Tailwind CSS
  • ‍♂️ Fast Performance: Built with Vite for lightning-fast development and production builds

️ Tech Stack

  • React 18 with TypeScript
  • Transformers.js for ML-powered speech recognition
  • TinyMCE for rich text editing
  • Tailwind CSS for styling
  • React Audio Visualize for waveform display
  • Vite for build tooling

Getting Started

  1. Clone the repository:
git clone https://github.com/addyosmani/say.git
cd say
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open your browser and navigate to http://localhost:5173

️ Building for Production

To create a production build:

npm run build

The built files will be in the dist directory, ready for deployment.

Scripts

  • npm run dev - Start development server
  • npm run build - Create production build
  • npm run preview - Preview production build locally
  • npm run lint - Run ESLint
  • npm run lint:fix - Fix ESLint errors
  • npm run format - Format code with Prettier

System Requirements

  • Node.js 16 or higher
  • Modern browser with WebAssembly support
  • Microphone access for recording features

License

This project is licensed under the MIT License - see the LICENSE file for details. Say builds on top of earlier demos of how to use Whisper with Transformers.js.

Issues· 4 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptdictationreactjstranscriptionvoice-dictation

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架