Skip to content

Sid-stha7/Voice_Commerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice_Commerce

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

Python download link

Create Virtual environment for project

  • pip install virtualenvwrapper
  • mkvirtualenv django
  • workon django

Install Django:

  • pip install django

Install dependencies

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

Run project

  • python manage.py runserver
  • Open your alan dashboard for invoking AI part.

Project demo

image

Cart

image

Order Tracking User Dashboard

image

User Dashboard

image

Product Management Dashboard

image

Order Management Dashboard

image