Skip to content

GNAR55/lissenote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 submitted repository contains the frontend code of Lissenote.

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
  • NPM (comes with Node.js)

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
  1. Refer lissenote_backend to get the Backend Running

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

Built With

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published