Skip to content

Django Web-App to maintain notes with the Web Speech API feature. Anyone can save notes based on his/her voice and listen to their notes from the computer.

License

Notifications You must be signed in to change notification settings

JasbirCodeSpace/VoiceNotes

Repository files navigation

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

About

Django Web-App to maintain notes with the Web Speech API feature. Anyone can save notes based on his/her voice and listen to their notes from the computer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published