Skip to content

Jayaram007/Test-Team-Alpha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Youtube Audio Translator

1. Abstract

Website to view any youtube video in any desired language and also to manually record audio for a particular video and store it.

2. Built With

Programming Languages

  • Python 3.6

Main Libraries/Frameworks

  • Django

3. Setting up the project

To get a local copy up and running follow these simple steps.

First clone the repository by running the following command in the terminal of your desired directory:

 git clone https://github.com/csvinay/team-alpha.git

Enter into the project directory by running the following command:

 cd team-alpha

Then setup the prerequisites to run the programs.

Prerequisites

Option 2: Setup virtual environment.

  • install venv if not installed

    python3 -m pip install --user virtualenv
  • create new virtual environment

    python3 -m venv team-alpha
  • activate virtual environemt

    source team-alpha/bin/activate
  • run the follwing command to download the dependencies

    pip install -r requirements.txt

4. Usage

Run the django website using the below given command

python manage.py runserver

5. Output

6. Roadmap

Request Feature

youtube_language_translate_pipeline

See the open issues for a full list of proposed features (and known issues).

7. Contributing

  1. Setup the local copy of the project as mentioned above
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

8. References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.9%
  • Python 43.1%
  • CSS 1.0%