CoolFace
Apppublic

DebasishDhal99/all-in-one-translation

sourceHugging Faceupdated 11d agoView on Hugging Face
5likes
50 commits on main
525954011d ago

Update app.py

DebasishDhal99
78926ec11d ago

Update app.py

DebasishDhal99
9187f3511d ago

Update app.py

DebasishDhal99
52511e711d ago

sad: decomissioning image to text feature due to a sudden google translator api limit

DebasishDhal99
eb3d79f11d ago

Update backend/image_to_tgt.py

DebasishDhal99
8ed25e711d ago

fix: fixing rate limit issue by avoiding any google translator api call outside functions

DebasishDhal99
63459d613d ago

fix: hardcoded the available languages because dynamic loading of available langauges was re-crashing the system (google translate rate limit)

DebasishDhal99
095852328d ago

Update pydantic version in requirements.txt t comply with gradio

DebasishDhal
84f779b28d ago

Comment out audio processing and translation code

DebasishDhal
304668928d ago

Disable audio translation interface

DebasishDhal
1a8102128d ago

Comment out openai-whisper dependency

DebasishDhal
0961ca328d ago

fix: Add setuptools requirement to pre-requirementx.txt

DebasishDhal
a92c1fb28d ago

fix: Downgrade Python version and added it README

DebasishDhal
f6dcc7228d ago

Update workflow to remove auto deployment to huggingface

DebasishDhal
7ce940b28d ago

fix: Update SDK version from 5.12.0 to 5.30.0 in README

DebasishDhal
bbfe88729d ago

fix: Update GitHub Actions workflow with correct usernamef

DebasishDhal
be4398f1y ago

Gradio downgrade, pydantix fix, readme logs update

DebasishDhal99
abd6e3d1y ago

API import fix

DebasishDhal99
a8be1b11y ago

Remove API dependency for lang detection using langdetect lib

DebasishDhal99
2d181201y ago

Add logs of api usage limit overshoot

DebasishDhal99
94ef1692y ago

Interface descriptions polishing

DebasishDhal99
5c6e9922y ago

Readme edit

DebasishDhal99
d35de092y ago

Fix import from image file

DebasishDhal99
904a7c22y ago

Fix examples for target lang in image

DebasishDhal99
7dbc3ec2y ago

Add target lang option for image

DebasishDhal99
0fb7c052y ago

Audio src_lang error fix

DebasishDhal99
29b51202y ago

Simplifying dependencies in audio part

DebasishDhal99
1d62a432y ago

Add target lang option to audio translation. Edit

DebasishDhal99
087b3722y ago

Add target lang option to audio translation

DebasishDhal99
dcd30202y ago

Remove default value for txt, it created conflicts

DebasishDhal99
b1da8e32y ago

Rectify single_detection in text_to_tgt

DebasishDhal99
83d51832y ago

Add source language detection

DebasishDhal99
26f365f2y ago

Add target lang option to txt translation

DebasishDhal99
37575212y ago

Rectify example input methods for audio and images

DebasishDhal99
9713d522y ago

Add example images/audio, add example parameter in app.py

DebasishDhal99
645fa362y ago

Add full language name for whisper

DebasishDhal99
24f78542y ago

Add transcribed original text, original language for whisper

DebasishDhal99
15712612y ago

Add model size options for whisper

DebasishDhal99
5d4c1da2y ago

change git push to got push --force

DebasishDhal
0f93cf02y ago

Create main.yml for git->hf sync

DebasishDhal
c7d247a2y ago

Add demos to readme

DebasishDhal99
09643712y ago

Add translate feature to audio

DebasishDhal99
887d0742y ago

add pydub library for audio manipulation

DebasishDhal99
d005ec92y ago

add pydub to manipulate audio objects

DebasishDhal99
66dff0f2y ago

replace openai library with whisper

DebasishDhal99
7840aa52y ago

add whisper model

DebasishDhal99
6b1b18f2y ago

Add input audio processing

DebasishDhal99
1feef122y ago

change api variable name

DebasishDhal99
f531a852y ago

add free api key

DebasishDhal99
b11f4882y ago

fix syntax issue

DebasishDhal99