Spaces:
Sleeping
Sleeping
File size: 4,924 Bytes
4cd874e 6075b24 4cd874e 6075b24 4cd874e a844b94 c380e81 d026c41 c380e81 4cd874e a844b94 4cd874e 60f4497 4cd874e 60f4497 4cd874e 60f4497 4cd874e 60f4497 4cd874e 60f4497 4cd874e d026c41 4cd874e 60f4497 4cd874e db1910e 4cd874e 60f4497 4cd874e 60f4497 4cd874e db1910e 4cd874e 60f4497 4cd874e db1910e 60f4497 db1910e 60f4497 db1910e 4cd874e 60f4497 4cd874e db1910e 4cd874e 60f4497 4cd874e 60f4497 c380e81 60f4497 4cd874e db1910e 4cd874e 60f4497 4cd874e 60f4497 4cd874e 60f4497 4cd874e 60f4497 4cd874e 60f4497 4cd874e 60f4497 4cd874e db1910e 4cd874e 60f4497 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
---
title: KotobaTranscriber
emoji: 🌍
colorFrom: blue
colorTo: red
sdk: gradio
sdk_version: 4.27.0
app_file: app.py
pinned: false
---
<p align="center">
<img src="https://media.githubusercontent.com/media/Sunwood-ai-labs/KotobaTranscriber/main/docs/ship2.gif" width="100%">
<br>
<h1 align="center">KotobaTranscriber
[![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/MakiAi/KotobaTranscriber)
[![KotobaTranscriber - Sunwood-ai-labs](https://img.shields.io/static/v1?label=KotobaTranscriber&message=Sunwood-ai-labs&color=blue&logo=github)](https://github.com/KotobaTranscriber/Sunwood-ai-labs "Go to GitHub repo")
[![stars - Sunwood-ai-labs](https://img.shields.io/github/stars/KotobaTranscriber/Sunwood-ai-labs?style=social)](https://github.com/KotobaTranscriber/Sunwood-ai-labs)
[![forks - Sunwood-ai-labs](https://img.shields.io/github/forks/KotobaTranscriber/Sunwood-ai-labs?style=social)](https://github.com/KotobaTranscriber/Sunwood-ai-labs)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/Sunwood-ai-labs/KotobaTranscriber)](https://github.com/Sunwood-ai-labs/KotobaTranscriber)
[![GitHub Top Language](https://img.shields.io/github/languages/top/Sunwood-ai-labs/KotobaTranscriber)](https://github.com/Sunwood-ai-labs/KotobaTranscriber)
[![GitHub Release](https://img.shields.io/github/v/release/Sunwood-ai-labs/KotobaTranscriber?sort=date&color=red)](https://github.com/Sunwood-ai-labs/KotobaTranscriber)
[![GitHub Tag](https://img.shields.io/github/v/tag/Sunwood-ai-labs/KotobaTranscriber?color=orange)](https://github.com/Sunwood-ai-labs/KotobaTranscriber)
</h1>
<br>
</p>
>[!IMPORTANT]
>このリポジトリは[SourceSage](https://github.com/Sunwood-ai-labs/SourceSage)を活用しており、リリースノートやREADME、コミットメッセージの9割は[SourceSage](https://github.com/Sunwood-ai-labs/SourceSage) + [claude.ai](https://claude.ai/)で生成しています。
## Introduction
KotobaTranscriber は、日本語音声をテキストに変換するための最先端のソリューションです。最新の機械学習モデルを活用し、高精度な文字起こしを実現します。
音声ファイルをアップロードするだけで、KotobaTranscriber が自動的に音声を認識し、テキストに変換します。ビジネスミーティングや講義、インタビューなど、あらゆるシーンで活躍します。
## Demo
KotobaTranscriber のデモアプリケーションを Hugging Face Spaces で公開しています。ぜひ、実際に体験してみてください。
[![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/MakiAi/KotobaTranscriber)
## Getting Started
### インストール
KotobaTranscriber のインストール手順は以下の通りです:
1. リポジトリをクローンします:
`git clone https://github.com/Sunwood-ai-labs/KotobaTranscriber.git`
2. 必要な依存関係をインストールします:
`pip install -r requirements.txt`
### 使用方法
KotobaTranscriber の基本的な使用方法は以下の通りです:
1. `app.py`を実行します:
`python app.py`
2. ブラウザで`http://localhost:7860`にアクセスします
3. 音声ファイルをアップロードします
4. 文字起こし結果が表示されます
詳細な使用方法については、[ドキュメント](https://github.com/Sunwood-ai-labs/KotobaTranscriber/wiki)をご参照ください。
### Docker の起動方法
KotobaTranscriber を Docker で起動するには、以下のコマンドを実行します:
```bash
docker-compose up
```
## Changelog
- v1.1.0 (2024-04-24):
- フロントページの作成
- README の全体的な改善
- GitHub Actions を使用した HuggingFace hub への自動シンク機能の追加
- .gitignore と .gitattributes の更新
- プロジェクト名を「HarmonAI」から「KotobaTranscriber」に変更
- v1.0.0 (2024-04-20):
- 初回リリース
- 基本的な文字起こし機能を実装
## Contributing
KotobaTranscriber へのご協力は大歓迎です!バグ報告、機能要求、プルリクエストなどを通じて、プロジェクトの改善にご協力ください。詳細は[CONTRIBUTING.md](CONTRIBUTING.md)をご覧ください。
## License
KotobaTranscriber は[MIT License](LICENSE)の下でリリースされています。
## Acknowledgements
KotobaTranscriber の開発にあたり、以下の方々に感謝いたします:
- [Sunwood-ai-labs](https://github.com/Sunwood-ai-labs)チームのメンバー
- [kotoba-tech/kotoba-whisper-v1.0](https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0)モデルの開発者の方々
引き続き、KotobaTranscriber プロジェクトをよろしくお願いいたします! |