GithubHelp home page GithubHelp logo

makaiqi / qingwu-zimu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from melon/qingwu-zimu

0.0 0.0 0.0 2.57 MB

青梧字幕是一款基于whisper的AI字幕提取工具

License: MIT License

Shell 1.06% JavaScript 1.40% Ruby 0.12% C++ 45.73% Python 1.04% C 26.56% Objective-C 2.71% Java 1.35% Go 1.50% PowerShell 0.06% Kotlin 0.74% TypeScript 9.53% CSS 0.03% Objective-C++ 0.05% Cuda 3.30% Swift 0.28% Makefile 0.38% HTML 3.13% CMake 0.97% Batchfile 0.04%

qingwu-zimu's Introduction

青梧字幕

青梧字幕是一款基于whisper的字幕自动提取工具。

青梧字幕AI文字提取程序底层使用的是C++版本的 whisper.cpp,前端界面使用 Electron + vite + typescript ,开源版本的青梧字幕是完全本地化的程序,除了第三方翻译过程外不需要联网,所有数据存于本地,数据库使用的是 sqlite

0.官网

https://zimu.qijingdict.com/zimu/home

如果觉得自己编译环境搞不定,可以去官网下载完全编译好的版本体验。官网版本和开源版本的区别在于官网版本需要微信扫码登录,开源版本完全剥离掉了登录认证的流程。

1.安装

1.1 安装npm依赖

npm install

1.1 编译whisper

注意:编译过程需要依赖cmake程序,可以在这里下载cmake安装程序安装。

如果安装后命令行里找不到cmake,那可能是环境变量没有配置,你需要先把环境变量配置好,使得当前环境能正常调用到cmake命令,相关教程可以自行搜索。

安装好后执行以下对应的命令(根据你的系统选择一个)即可完成编译。

Mac(Arm芯片)

npm run build

Mac(Intel芯片)

npm run build-old-mac

Windows

npm run build-win

1.2 运行

npm run dev

执行上述命令之后,就可以开始使用了。

qingwu-zimu's People

Contributors

melon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.