Git Product home page Git Product logo

ethos's Introduction

AudioVize

AudioVize is a Python-based project that allows users to extract audio from videos, perform various operations on the audio, add timestamps with comments, and navigate to specific timestamps in the audio. Users can upload videos from their local machine or provide a YouTube video URL to convert it to audio. The project also includes a sign-up and login feature for user authentication.

Features

  • Convert video to audio: Users can upload videos from their local machine or provide a YouTube video URL to extract audio.
  • Timestamps: Users can add timestamps to the audio and associate comments with each timestamp.
  • Navigation: By clicking on a timestamp, users can navigate to that specific time in the audio.
  • Download audio: Users can download the converted audio file.
  • User Authentication: Sign-up and login functionality to secure user access and manage user-specific data.

Installation

To run AudioVize locally, follow these steps:

  1. Clone the repository:

git clone https://github.com/Kruthikesh/Ethos

  1. Navigate to the project directory: cd Ethos

  2. Install the required dependencies: pip install -r requirements.txt

  3. Apply database migrations: python manage.py migrate

  4. Start the development server: python manage.py runserver

  5. Open your web browser and visit http://localhost:8000 to access AudioVize.

Dependencies

AudioVize has the following dependencies:

  • Django: A high-level Python web framework for rapid development.
  • Django templates: Used to create HTML templates for rendering views.
  • SQLite: A lightweight, file-based database used as the default database backend in Django.(for local server)
  • postgres (for deployement)

For a complete list of dependencies, refer to the requirements.txt file.

Usage

  1. Launch AudioVize by visiting http://localhost:8000 in your web browser.

  2. Sign up for an account:

  • Click on the "Sign Up" button.
  • Provide the required information, such as username and password, to create a new account.
  1. Log in to your account:
  • Click on the "Log In" button.
  • Enter your credentials (username and password) to log in to your account.
  1. Upload a video:
  • To upload a video from your local machine, click on the "Upload Video" button and select the video file.
  • To convert a YouTube video to audio, paste the YouTube video URL into the provided input field.
  1. Perform operations on the audio:
  • Add timestamps: Click on the "Add Timestamp" button to add a timestamp to the audio. Provide a time value (in minutes and seconds) and add an associated comment.
  • Download audio: Click on the "Download Audio" button to save the converted audio file to your local machine.
  1. Navigate to a timestamp:
  • Click on any timestamp in the list to navigate to that specific time in the audio.

Screenshot from 2023-07-09 01-11-52 Screenshot from 2023-07-09 01-11-59 Screenshot from 2023-07-09 01-12-30 Screenshot from 2023-07-09 01-20-46

ethos's People

Contributors

kruthikesh avatar sid2728 avatar shashank4628 avatar devjyoti1 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.