Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 621 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 621 Bytes

Voice Notes

A django web-app to create and listen notes using Web Speech API Live Web-App

Features

  • CRUD notes
  • Create and Edit notes with voice
  • Listen saved notes
  • Simple UI

Installation

  • Clone the repository
git clone https://github.com/JasbirCodeSpace/Voice_Based_Web_Browsing.git
  • Install Dependencies
cd Voice_Based_Web_Browsing
pip install -r requirements.txt
  • Run django migrations
pyhton manage.py makemigrations
python manage.py migrate
  • Run django server
python manage.py runserver