├── .cache ├── ea3fef08-667e-4c70-8366-62fb2fdf6c41output.mp4 ├── ea3fef08-667e-4c70-8366-62fb2fdf6c41subtitles.srt └── ea3fef08-667e-4c70-8366-62fb2fdf6c41video.mp4 ├── .gitignore ├── README.md ├── __pycache__ └── schemas.cpython-310.pyc ├── api.py ├── capture.png ├── requirements.txt ├── schemas.py ├── static ├── audio │ ├── a82ba5ae-7454-47b2-bd7f-17a12a1ddf6b │ │ └── file0.wav │ └── a82ba5ae-7454-47b2-bd7f-17a12a1ddf6btest1.wav └── video │ └── ea3fef08-667e-4c70-8366-62fb2fdf6c41-video.mp4 ├── test1.wav └── whisper-wolof ├── added_tokens.json ├── config.json ├── generation_config.json ├── merges.txt ├── normalizer.json ├── preprocessor_config.json ├── special_tokens_map.json ├── tokenizer_config.json ├── training_args.bin └── vocab.json /.cache/ea3fef08-667e-4c70-8366-62fb2fdf6c41output.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/.cache/ea3fef08-667e-4c70-8366-62fb2fdf6c41output.mp4 -------------------------------------------------------------------------------- /.cache/ea3fef08-667e-4c70-8366-62fb2fdf6c41subtitles.srt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/.cache/ea3fef08-667e-4c70-8366-62fb2fdf6c41subtitles.srt -------------------------------------------------------------------------------- /.cache/ea3fef08-667e-4c70-8366-62fb2fdf6c41video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/.cache/ea3fef08-667e-4c70-8366-62fb2fdf6c41video.mp4 -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/schemas.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/__pycache__/schemas.cpython-310.pyc -------------------------------------------------------------------------------- /api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/api.py -------------------------------------------------------------------------------- /capture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/capture.png -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/requirements.txt -------------------------------------------------------------------------------- /schemas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/schemas.py -------------------------------------------------------------------------------- /static/audio/a82ba5ae-7454-47b2-bd7f-17a12a1ddf6b/file0.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/static/audio/a82ba5ae-7454-47b2-bd7f-17a12a1ddf6b/file0.wav -------------------------------------------------------------------------------- /static/audio/a82ba5ae-7454-47b2-bd7f-17a12a1ddf6btest1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/static/audio/a82ba5ae-7454-47b2-bd7f-17a12a1ddf6btest1.wav -------------------------------------------------------------------------------- /static/video/ea3fef08-667e-4c70-8366-62fb2fdf6c41-video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/static/video/ea3fef08-667e-4c70-8366-62fb2fdf6c41-video.mp4 -------------------------------------------------------------------------------- /test1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/test1.wav -------------------------------------------------------------------------------- /whisper-wolof/added_tokens.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/whisper-wolof/added_tokens.json -------------------------------------------------------------------------------- /whisper-wolof/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/whisper-wolof/config.json -------------------------------------------------------------------------------- /whisper-wolof/generation_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/whisper-wolof/generation_config.json -------------------------------------------------------------------------------- /whisper-wolof/merges.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/whisper-wolof/merges.txt -------------------------------------------------------------------------------- /whisper-wolof/normalizer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/whisper-wolof/normalizer.json -------------------------------------------------------------------------------- /whisper-wolof/preprocessor_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/whisper-wolof/preprocessor_config.json -------------------------------------------------------------------------------- /whisper-wolof/special_tokens_map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/whisper-wolof/special_tokens_map.json -------------------------------------------------------------------------------- /whisper-wolof/tokenizer_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/whisper-wolof/tokenizer_config.json -------------------------------------------------------------------------------- /whisper-wolof/training_args.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/whisper-wolof/training_args.bin -------------------------------------------------------------------------------- /whisper-wolof/vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lodjim/wolof-subtitle-generator/HEAD/whisper-wolof/vocab.json --------------------------------------------------------------------------------