Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tylim88 committed May 2, 2023
1 parent 65bb838 commit 5c22f28
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Voice Synthesis

This web application translates speech into Japanese speech, try it at [voicefu.com](https://voicefu.com/)

Techs:

1. Speech to text: [Whisper](https://platform.openai.com/docs/guides/speech-to-text)
2. Translation: [GPT](https://platform.openai.com/docs/guides/chat)
3. Japanese Voice Synthesis: [Voicevox](https://github.com/VOICEVOX/voicevox_engine)

[back end code](https://github.com/tylim88/Voicefu-back-end)

## Development Mode

1. This project use Firebase Firestore, please enable it in Firebase Console
2. Replace `src/firebase_/config.ts` with your Firebase config.
3. Create a `.env` file at project root and paste `VITE_BASE_URL=http://localhost:3001` into it.
4. `npm run dev` to see the website on `http://127.0.0.1:5173/`

## Production Mode

To be continued

0 comments on commit 5c22f28

Please sign in to comment.