Skip to content

Muhammad-AI-K/ASK_video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

title emoji colorFrom colorTo sdk sdk_version app_file pinned license
Youtube QA
🐨
yellow
purple
gradio
3.50.2
app.py
false
apache-2.0

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Project Name

Setting up Python Environment

  1. Install Python: Download and install Python from the official website. Make sure to check the box that says "Add Python to PATH" during the installation.

  2. Verify Python Installation: Open a new terminal window and run the command python --version. You should see Python's version number.

  3. Install Virtualenv: Run the command pip install virtualenv to install the virtualenv package. This package allows you to create isolated Python environments.

  4. Create a New Virtual Environment: Navigate to your project directory and run the command python -m venv env to create a new virtual environment in a folder named "env".

  5. Activate the Virtual Environment: Run the command source env/bin/activate (on Linux/macOS) or .\env\Scripts\activate (on Windows) to activate the virtual environment.

Installing Dependencies

This project requires the following dependencies:

  • pytube
  • openai

To install these dependencies, run the command pip install -r requirements.txt in your terminal.

Running the Application

After setting up your environment and installing dependencies, you can run the application with the command python app.py.

About

a powerful translation and transcription application, powered by OpenAI's GPT-3.5 Turbo model and Gradio library. With this tool, you can seamlessly translate spoken or written text between multiple languages,

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages