Git Product home page Git Product logo

lissenote's Introduction

Lissenote

Lissenote is a web app that converts audio and video files into notes, providing a range of useful features for users. These features include live audio recording, multi-language support for notes, the ability to include images from videos (currently only for videos centered around ppts), and optional Wikipedia links in notes.

Lissenote is built with a react frontend and a flask backend, and it uses wave2vec for speech recognition. The app also makes use of a few APIs, including the Wikipedia API and the Google Translate API, to enhance its functionality and usability.

This code sample was a winner in the Smart India Hackathon 2022. The frontend code of Lissenote is contained in this repository, and the backend code is available at https://github.com/GNAR55/lissenote_backend. Both the frontend and backend were developed by a team, with the team member responsible for this repository focusing on the frontend and other team members working on the backend and model training.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To run Lissenote, you will need to have the following software installed on your system:

  • Node.js (for the frontend)
  • NPM (comes with Node.js) (for the frontend)
  • Python 3 (for the backend)
  • Flask (for the backend)

Frontend Installation

  1. Clone the repository:
git clone https://github.com/Welf06/lissenote.git
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start

The frontend app should now be running on http://localhost:3000.

Backend Installation

  1. Clone the repository:
git clone https://github.com/GNAR55/lissenote_backend.git
  1. Install the dependencies:
pip install -r requirements.txt
  1. Start the development server:
python app.py

The backend should now be running on http://localhost:5000.

Built With

lissenote's People

Contributors

akshaywarrier avatar welf06 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.