diff --git a/Results/DarknessHuntUs_20241113_113056/Translations/French_translation.txt b/Results/DarknessHuntUs_20241113_113056/Translations/French_translation.txt new file mode 100644 index 0000000..640d59c --- /dev/null +++ b/Results/DarknessHuntUs_20241113_113056/Translations/French_translation.txt @@ -0,0 +1 @@ +Je crains que l'obscurité nous chasse.Utilisez ce que vous avez appris et restez le cap. \ No newline at end of file diff --git a/Results/DarknessHuntUs_20241113_113056/transcription.txt b/Results/DarknessHuntUs_20241113_113056/transcription.txt new file mode 100644 index 0000000..03083b0 --- /dev/null +++ b/Results/DarknessHuntUs_20241113_113056/transcription.txt @@ -0,0 +1 @@ + I fear darkness hunts us. Use what you've learned and stay the course. \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 8ee5920..f91ba63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +# Existing requirements numba numpy torch @@ -5,3 +6,8 @@ tqdm more-itertools tiktoken triton>=2.0.0;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2" + +# Additional requirements for this project +streamlit +googletrans==4.0.0-rc1 +whisper # This should resolve the required Whisper dependencies as well \ No newline at end of file