GithubHelp home page GithubHelp logo

happyman76589 / audioscribeai Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kevincxv/audioscribeai

0.0 0.0 0.0 31.3 MB

Hackathon Project for Pluto Hacks 2023

JavaScript 35.36% Python 36.12% CSS 25.75% HTML 2.77%

audioscribeai's Introduction

Pluto Hacks 2023

Hackathon Project for Pluto Hacks 2023

Table of Contents

Prerequisites

  • Python 3.x
  • pip
  • virtualenv (recommended)

Setup

  1. Clone the repository:

    bash git clone https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git cd YOUR_REPO_NAME

  2. Set up a virtual environment (optional but recommended):

    bash python -m venv myenv

    Activate the virtual environment:

    • On macOS and Linux:

      bash source myenv/bin/activate

    • On Windows:

      bash myenv\Scripts\activate

  3. Install the required packages:

    bash pip install -r requirements.txt

  4. Environment Variables:

    This project uses environment variables for configuration. Make sure to set up the `.env` file in the root directory with your variables. An example `.env` could be:

    API_KEY=YOUR_OPENAI_API_KEY

    Replace `YOUR_OPENAI_API_KEY` with your actual API key.

Running the Project

With the virtual environment activated and dependencies installed:

bash python YOUR_MAIN_SCRIPT_NAME.py

This will start the Flask server, and the API will be accessible at `http://localhost:5000\`.

Endpoints

Here are some of the main endpoints:

  • Start Recording: `POST /start_recording`
  • Stop Recording: `POST /stop_recording`
  • Play Audio: `GET /play_audio`
  • Display Transcript: `GET /display_transcript`
  • Display Summary: `GET /display_summary`
  • Display Reminders: `GET /display_reminders`
  • Translate: `GET /translate/<target_language>`
  • Load Latest Recording: `GET /load_latest_recording`

Refer to the source code or generated API documentation (if available) for detailed endpoint specifications.

audioscribeai's People

Contributors

kevincxv avatar nassg1214 avatar danielg-onzalez avatar ericgessa 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.