Smart Shopping System based on the user's recent shopping receipts, the application uses a neural network to suggest products or services that the user may be interested in in the future.
Explore the docs ยป
๐ Report Bug
|
โ๏ธ This project used SonarCloud to analyze the code quality of the project. Pulumi for infrastructure as code (IaC). The badge below shows the quality of the code. Click on the badge to see the details.
- ๐ Document Organization and Linking
- ๐ฆ Terminology Extraction
- ๐ Quick Search for Related Content
Expand contents
- Nx - Nx is a set of extensible dev tools for monorepos.
- Nodejs - Node.jsยฎ is a JavaScript runtime built on Chrome's V8 JavaScript engine.
- pnpm - Fast, disk space efficient package manager.
- Python - Python is a programming language that lets you work quickly and integrate systems more effectively.
- Poetry - Poetry helps you declare, manage and install dependencies of Python projects, ensuring you have the right stack everywhere.
- Pulumi - Pulumi is a manage infrastructure, secrets, and configurations intuitively on any cloud.
- Docker (Kubernetes Enabled) - Docker is an open platform for developing, shipping, and running applications.
- Helm - Helm is the best way to find, share, and use software built for Kubernetes.
- Dapr - Dapr is a portable, event-driven runtime that makes it easy for developers to build resilient, microservice stateless and stateful applications that run on the cloud and edge and embraces the diversity of languages and developer frameworks.
First, clone the repository to your local machine:
git clone https://github.com/NguyenTriBaoThang/SmartShoppingSystemNext, navigate to the root directory of the project and install the dependencies:
pnpm install --forceFor the website, you can run the following command:
npx nx test webfront-e2eTo test the model, you can run the following command:
npx nx test modelTo run the tooling for processing the dataset, you can run the following command:
npx nx serve procFor running documentation, you can run the following command:
npx nx serve docs
Thanks goes to these wonderful people (emoji key)
This project is licensed under the terms of the MIT license.




