A django web-app to create and listen notes using Web Speech API Live Web-App
- CRUD notes
- Create and Edit notes with voice
- Listen saved notes
- Simple UI
- 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