Coder Social home page Coder Social logo

captions's Introduction

Transcription App

Overview

This Transcription App is designed to provide an efficient and user-friendly interface for transcribing, managing, and editing audio and video files. It features a robust frontend built with Next.js and a powerful Python Flask backend.

Features

  • File Upload and Management
  • Automatic Speech-to-Text Transcription
  • Time-Synced Transcript Display
  • Editable Transcripts with Time Codes
  • Search Functionality within Transcript
  • Automatic Caption Generation
  • Customization Options for Captions
  • Export Options for Transcripts and Captions
  • Basic Analytics

Getting Started

Prerequisites

  • Node.js (for Next.js frontend)
  • Python 3 (for Flask backend)
  • Git (optional for cloning the repository)

Installation

  1. Clone the Repository (Optional)

    git clone [URL_of_Your_Repository]
    cd transcription-app
  2. Set up the Backend

    • Navigate to the backend directory:
      cd backend
    • Install the required dependencies (creating virtual env is recommended):
      pip install flask jinja2 markupsafe flask_restful
    • Start the Flask server:
      python app.py
  3. Set up the Frontend

    • Open a new terminal and navigate to the frontend directory:
      cd webapp
    • Install dependencies:
      npm install
    • Start the Next.js development server:
      npm run dev

Usage

After starting both the frontend and backend servers, you can access the web app at http://localhost:3000 in your browser.

Contributing

Contributions to this project are welcome. Please follow the standard fork-and-pull request workflow.

captions's People

Contributors

aditya-xq avatar

Watchers

 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.