Skip to content

Translator between English and Chinese, built on top of OpenAI. Full-stack web app including both frontend and backend. Allows selection of tone (i.e. "formal", "casual", "sassy").

License

Notifications You must be signed in to change notification settings

jeremypchen/translate-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translate AI

Translator between English and Chinese, built on top of OpenAI. Full-stack web app including both frontend and backend. Allows selection of tone (i.e. "formal", "casual", "sassy").

Requires an Open AI API Key, set as OPENAI_API_KEY inside an .env file located at packages/server/.env.

Hacked together in a couple hours - sorry about some messy code.

Demo UI of Translate AI


Quick Start

# Install dependencies
yarn

# Run a Next.js server at localhost:3000
yarn --cwd packages/web build
yarn start-web

# Run an Express API at localhost:8000 (in another terminal if you ran "yarn start-web")
yarn --cwd packages/server build
yarn start-server

About

Translator between English and Chinese, built on top of OpenAI. Full-stack web app including both frontend and backend. Allows selection of tone (i.e. "formal", "casual", "sassy").

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published