Commit History

docs: Add configuration of hugging face ob README file
8a8f314

Mohammed Benguerine commited on

fix: fix problem slashes with forward slashes (used by github/markdown)
f39b53e

Mohammed Benguerine commited on

docs: Update README file with all structure and explaination of project
81fe2a0

Mohammed Benguerine commited on

docs: Add screenshots from a running instance of the app
43f8962

Mohammed Benguerine commited on

fix: solve 128 garbage translations with do_sample=True to get transaltion line by line
d3fc115

Mohammed Benguerine commited on

Reload all previous version
de5e887

Mohammed Benguerine commited on

translate: fix do_sample/num_beams conflict, add translate_text_timed()
cd7af9e

Mohammed Benguerine commited on

model: add is_model_loaded() to expose load state to UI
8240287

Mohammed Benguerine commited on

app: replace generic progress timer with staged messages, timing, device info, button lockout, and startup model warm-up
ffef99c

Mohammed Benguerine commited on

style(ui): redesign Gradio interface with professional theme and copy
e30cf3f

Mohammed Benguerine commited on

Fix: Reduce time processing of translate phrarse
ddf7874

Mohammed Benguerine commited on

Merge branch 'main' of https://github.com/Benguerine/Neural-Machine-Translation-System
5e93599

Mohammed Benguerine commited on

style(ui): redesign Gradio interface with professional theme and copy
776ad7f

Mohammed Benguerine commited on

Update README with project metadata
55cc784
unverified

Mohammed Benguerine commited on

Clean up README by removing content
ee4d583
unverified

Mohammed Benguerine commited on

Revise README for better presentation and details
b76a8e7
unverified

Mohammed Benguerine commited on

Revise README for improved clarity and details
7e9945c
unverified

Mohammed Benguerine commited on

fix: remove Swahili from SPEECH_LANG_CODES to use fallback
fd42ca9

Mohammed Benguerine commited on

fix: resolve E402 and E741 linting errors
e3c1daa

Mohammed Benguerine commited on

feat: expand languages to exactly 100 with full speech code coverage
8d0ed63

Mohammed Benguerine commited on

fix: input validation, error handling, env-based server config
77a8370

Mohammed Benguerine commited on

fix: replace lang_code_to_id with convert_tokens_to_ids for transformers 4.45.2
02d1fca

Mohammed Benguerine commited on

fix: upgrade gradio to 5.29.0 to fix json_schema_to_python_type crash
12fd0c9

Mohammed Benguerine commited on

fix: remove show_copy_button to resolve gradio 5.9.1 json schema crash
ffb5163

Mohammed Benguerine commited on

fix: remove show_copy_button to resolve gradio 5.9.1 json schema crash
46d73f3

Mohammed Benguerine commited on

fix: remove audioop-lts (built-in on Python 3.12, 3.13+ only on PyPI)
b29dcc6

Mohammed Benguerine commited on

fix: restore working dependency versions and pin gradio 5.9.1 in Space config
3b85213

Mohammed Benguerine commited on

fix: add HuggingFace Space metadata to README
c35eaa9

Mohammed Benguerine commited on

ci: trigger workflow after adding secrets
6d8bfc4

Mohammed Benguerine commited on

ci: trigger workflow after adding secrets
8415462

Mohammed Benguerine commited on

fix: call get_model() after empty-input guards in batch_translate
8b0029f

Mohammed Benguerine commited on

fix: correct mock scope and add integration markers
8af9a17

Mohammed Benguerine commited on

fix: use get_model() and fix temperature key
051ccd2

Mohammed Benguerine commited on

fix: lazy-load model to prevent import-time download
5260443

Mohammed Benguerine commited on

fix: temperature typo
ba03f40

Mohammed Benguerine commited on

Add ruff.toml
7fd6db8

Mohammed Benguerine commited on

Change place warnings.filterwarnings(ignore)
5e0815d

Mohammed Benguerine commited on

Add CI/CD — Neural Machine Translation
bc5dd51

Mohammed Benguerine commited on

Merge branch 'main' of https://github.com/Benguerine/Neural-Machine-Translation-System
5c3dd06

Mohammed Benguerine commited on

Add and configure GitHub Actions workflow for continuous integration
e52f839

Mohammed Benguerine commited on

Add project title to README
7cd5dcc
unverified

Mohammed Benguerine commited on

Add .env file on gitignore
5019aa5

Mohammed Benguerine commited on

Add pytorch version on requirements.txt
50bed03

Mohammed Benguerine commited on

Add file setuptools_backends_legacy
9a5a1e1

Mohammed Benguerine commited on

Updat file module_not_found_src_layout.md
2586dca

Mohammed Benguerine commited on

Updat file module_not_found_src_layout.md
d7a9583

Mohammed Benguerine commited on

Add docs folder for document errors
07c866c

Mohammed Benguerine commited on

Ignore DeprecationWarning:speech_recognition
8af2d1f

Mohammed Benguerine commited on

Add test_english_to_french_real_model function
a413e10

Mohammed Benguerine commited on

Add test file for translate.py
6ee8372

Mohammed Benguerine commited on