Giter Site home page Giter Site logo

shashwat07gupta / shopping-assistant Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.49 MB

Shopping Assistant is a chatbot, which can assist consumers in deciding the right product, just like a virtual salesperson. This will bridge the gap between online and offline shopping.

Python 60.81% HTML 1.27% CSS 2.21% JavaScript 35.70%

shopping-assistant's Introduction

Shopping Assistant

Shopping Assistant is a chatbot, which can assist consumers in deciding the right product and bridge the gap between online and offline shopping.

Features

  • It will give some suggestions to the consumer depending upon his needs, just like a salesperson.
  • It will also provide a summary of all the reviews about that product, which will help the consumer to make a wise decision.
  • It also helps the consumer to virtually experience fashion products. E.g. If a consumer needs to try a cloth or a spectacle our shopping assistant gives him real time experience of how that product would look on him/her.

How to run locally?

Running the API

  1. If you don't already have pipenv installed, install it using the following commands:
pip install --upgrade setuptools wheel
pip install --user pipenv
  1. Activate the virtual environment in the api folder by using the following command:
cd services/api
pipenv shell
  1. In the activated virtual environment, run the following command to install all the dependencies:
pipenv install
  1. In the activated virtual environment, run the following command to run the API:
uvicorn main:app --reload
  1. The server would run at http://127.0.0.1:8000/ and the API documentation would be available at http://127.0.0.1:8000/docs

Running the Web App

  1. Make sure you have node installed with version >= 14. Check using following command:
node -v
  1. In the web-app folder, install all the dependencies using the following command:
cd services/web-app
npm install
  1. In the web-app folder, run the React App using:
npm start
  1. The web app would start running at http://localhost:3000

Tech Stack

API

Web App

shopping-assistant's People

Contributors

cjchirag7 avatar shashwat07gupta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.