Skip to content

sdthaker/Curio

 
 

Repository files navigation

image

Netlify Status

How Curio solves the problem?

Curio, a web application which is serving as an open platform where anyone can come and translate their favourite YouTube videos in their desired languages to help bridge the gap of language and communication between mentors & learners. The web application in its initial stage of development contains the function of translation and view which will further be extended to machine dub as a future development.

Tech stack Curio is using

  • Frontend For the Frontend we are using ReactJs & NodeJs in order to bring functionality to it and for styling purposes we have used CSS3 along with some SASS. We are also making use of a number of react compatible modules to optimise things i.e. React Router DOM, RSuite, Semantic UI React etc.
  • API We are taking use of Youtube V3 api to get the video data & search results based on the query & along with that we have also made a couple of APIs in order to connect the frontend to the backend usin AXIOS.
  • Backend We have powered our backend with AWS thus we are using Amazon S3 buckets to store the recorded audios and to further retrieve them according to the respective video.

Innovation & one perspective to use it

The idea is to link the students who are studying different languages to provide a platform where they can come and test their language skills by audio dubbing videos in the languages they are learning. The dub made by them will have to pass through a VALIDATION where they will get a review of their dub and can access their skills by the same.

How will Curio validate things?

We will compare the transcript of the dubbed audio and the converted transcript of the original audio in the dubbed language using google translator. If the matching percentage of the dub satisfies the minimum percentage criteria (we will decide the criteria using some algorithm) then we will accept it, otherwise the dubbing will be rejected.

Getting Started with Curio

Pre-Requisites

  • Make Sure You have nodeJs installed on your system & if not install it from here
  • Check the version of node on your system by running :
node --version
  • Check the version of npm on your system by running :
npm --version

It should log the version of npm installed on your machine which means you're good to go.

Set up Locally

  • Clone the repository locally using:
  git clone https://github.com/arjxn-py/Curio.git
  • Now Go to the project directory & run:
  npm i --legacy-peer-deps
  • One installation command runs successfully, run:
  npm start

It will automatically open up the application in the browser locally at http://localhost:3000

Congratulations, you've now successfully installed Curio locally.

Note: Replace your Youtube V3 API Key with process.env.REACT_APP_YT; here

How to generate a Youtube API Key?

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

See Live Demo Here

See the website Curio

See a Sample Translated Video Here

Watch Translated Video

Steps to play translated Video:

  • Go on our watch page and click on the 'Get Translated Audio' button.
  • Then play the youtube video with the translated audio.

Answers for MVP & Mid Stage remarks

  • Yes multiple people can translate, we will further take language name as user input to differentiate between those translated audios.
  • We were working on that button at the time of mid MVP submission. Now all the buttons are working and explained in the demo.
  • We are not checking at the time of recording that whether the video was previously recorded or not. We will be manually selecting the audio to save with the video.

Future work after the hackathon

  • We will save multiple audios for a single video and give option to the user to decide which audio he/she wants to play.
  • For re recording we will generate a mail using Twilio API which will be directed towards us. Then we will decide maually whether to re-record that audio or not.

About

YouTube video translation platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.6%
  • CSS 32.9%
  • JavaScript 13.1%
  • SCSS 1.5%
  • HTML 0.9%