Ecommerce with voice navigation
Himation is a voice modulation based clothing ecommerce web application with implementation of CRUD functionality on both admin and user end . It has both admin and user dashboard the key feature of this project is that it can run some of the functionality of the web application through voice . The technologies used in this porject are :
- Python (Django)
- Alan AI (https://alan.app/)
- Javascript ( React JS, Aijax)
- PayPal API
- pip install virtualenvwrapper
- mkvirtualenv django
- workon django
- pip install django
In order to run this project all the required dependencies and settings should be installed which is inlisted in requirement.txt.
- pip install -r requirement.txt
- python manage.py runserver
- Open your alan dashboard for invoking AI part.