Skip to content

Commit

Permalink
changing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dipteshkanojia committed Mar 8, 2022
1 parent 338d688 commit ad902d8
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

## Changelog after forking

#### 03/08/2021
- **v1.0.0**: Asynchrounous translation finally!
- Use of Swagger API added, calls to API for translation (removed form submit).
- Source and Target language selection via Python dictionary; removed dependency of data-id from HTML.
- Changed model to FB M2M 418M for quick debugging.
- resolved icon issue while selecting languages.
- resolved "hidden input" dependencies, jquery based language selection using semantic ui default hidden fields.
- navbar icon trimmed.
#### 31/12/2021
- **v0.5.1**: Asynchrounous translation finally!
- Changed model to Facebook M2M for supporting 100+ languages.
- Tokenizer change.
- Added target language change support via dropdown (source language change to be added later).
Expand All @@ -16,16 +25,29 @@
- Added CTS logo.

## To be added

- Feedback support
- Internal CTS NMT systems
- Model change support
- Domain-level Support

## Installation ( necessary; but easy :) )

#### Step 1
```bash
git clone https://github.com/surrey-nlp/Local-NMT.git
cd Local-NMT
```
#### Step 2
```bash
pip install -r requirements.txt
```
## Run
- open Terminal/Shell
- navigate to App directory
- python app.py (requires GPU for fast inference, relatively slower inference with CPUs)
- open Browser and copy and paste URL indicated in prompt (http://131.227.176.164:5000)
```bash
python app.py
```
(requires GPU for fast inference, relatively slower inference with CPUs)

Now, you can open Browser and copy and paste URL indicated in prompt (http://localhost:5000)

## User Interface

Expand Down

0 comments on commit ad902d8

Please sign in to comment.