cotrans
No description available.
File Explorer
Download Latest Version (.zip)- DEPLOY_INSTANCE.md
- DEPLOY_WORKER.md
- DEVELOPER.md
- blockhash.rs
- mod.rs
- hash_image.rs
- dct.rs
- fr.rs
- lib.rs
- traits.rs
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- 0000_init.sql
- 0001_source_size.sql
- 0002_source_size_trigger.sql
- gateway.mit.proto
- lib.rs
- build.rs
- Cargo.toml
- inpainting.py
- main.py
- models.py
- main.py
- models.py
- text_mask_utils.py
- utils.py
- lib.rs
- Cargo.lock
- Cargo.toml
- alphabet-all-v5.txt
- main.py
- models.py
- ocr.py
- utils.py
- main.rs
- Cargo.lock
- Cargo.toml
- craft_utils.py
- dbnet_utils.py
- detector.py
- main.py
- models.py
- utils.py
- main.py
- models.py
- textline_merge.py
- utils.py
- lib.rs
- utils.rs
- .gitignore
- Cargo.toml
- rust-toolchain
- cotrans.yaml
- index.ts
- .gitignore
- LICENSE
- package.json
- tsconfig.json
- i18n-ally-custom-framework.yml
- settings.json
- gallery.ts
- page.ts
- settings.ts
- en-US.yml
- index.ts
- zh-CN.yml
- index.tsx
- index.tsx
- settings.tsx
- index.tsx
- index.tsx
- settings.tsx
- core.ts
- index.ts
- storage.ts
- twind.ts
- banner-nsfw.js
- banner-regular.js
- main-nsfw.ts
- main-regular.ts
- main.ts
- shims.d.ts
- .gitignore
- package.json
- rollup.config.js
- tsconfig.json
- vitest.config.ts
- index.vue
- index.vue
- Listbox.vue
- default.vue
- index.vue
- userscript.vue
- .gitignore
- app.vue
- nuxt.config.ts
- package.json
- tsconfig.json
- dObject.ts
- id.ts
- index.ts
- ttl.ts
- index.ts
- upload.ts
- index.ts
- memo.ts
- png.ts
- db.ts
- index.ts
- types.ts
- .gitignore
- buf.gen.yaml
- build.config.ts
- package.json
- shims.d.ts
- tsconfig.json
- wrangler.domitworker.toml
- wrangler.toml
- lib.rs
- .gitignore
- Cargo.toml
- package.json
- wrangler.toml
- index.ts
- .gitignore
- .prettierrc
- package.json
- README.md
- tsconfig.json
- wrangler.toml
- .dockerignore
- .eslintignore
- .eslintrc
- .gitignore
- .npmrc
- Cargo.lock
- Cargo.toml
- Cross.toml
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- rust-toolchain.toml
- rustfmt.toml
- uno.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/VoileLabs/cotrans
Downloads the entire project code from GitHub to your computer.
cd cotrans
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
