Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Upload img, ocr english words and translate to chinese by youdao api.

上传图片并 ocr 翻译成中文,使用有道智云的 API.

Installation

python3 -m venv backend/.venv
source backend/.venv/bin/activate
pip3 install -r backend/requirements.txt -r backend/requirements-dev.txt
cd frontend
npm install

Run

Server

cd backend
python3 server.py

Worker

export APP_KEY=
export APP_SECRET=
python3 worker.py

Frontend

cd frontend
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages