All Projects → caongochoangvan → FashionShopApp

caongochoangvan / FashionShopApp

Licence: MIT license
Fashion Shop App : Flask, ChatterBot, ElasticSearch, Recommender-System

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FashionShopApp

QRec
QRec: A Python Framework for quick implementation of recommender systems (TensorFlow Based)
Stars: ✭ 1,354 (+4735.71%)
Mutual labels:  recommender-system
MixGCF
MixGCF: An Improved Training Method for Graph Neural Network-based Recommender Systems, KDD2021
Stars: ✭ 73 (+160.71%)
Mutual labels:  recommender-system
retailbox
🛍️RetailBox - eCommerce Recommender System using Machine Learning
Stars: ✭ 32 (+14.29%)
Mutual labels:  recommender-system
Social-Recommendation
Summary of social recommendation papers and codes
Stars: ✭ 143 (+410.71%)
Mutual labels:  recommender-system
Neural-Factorization-Machine
Factorization Machine, Deep Learning, Recommender System
Stars: ✭ 20 (-28.57%)
Mutual labels:  recommender-system
QuickLearn
A collection of resources categorised by tech domains, languages, expertise and much more. QuickLearn gives you a quick access to all the resources that you could need at a single place, within a click!
Stars: ✭ 89 (+217.86%)
Mutual labels:  html-css-javascript
BDB-Frame-API
Frame API -开箱即用(封装函数、服务类、api ...)等等一系列功能案例,可以ctrl+c/v & 拿去使用 (免费)。如有问题,社区联系交流即可。
Stars: ✭ 163 (+482.14%)
Mutual labels:  html-css-javascript
SLRC
WWW'2019: Modeling Item-Specific Temporal Dynamics of Repeat Consumption for Recommender Systems
Stars: ✭ 32 (+14.29%)
Mutual labels:  recommender-system
ParticleGround-Portfolio
A minimalistic particle theme landing page template. ⚛️
Stars: ✭ 335 (+1096.43%)
Mutual labels:  html-css-javascript
Front-End-Xmind
前端知识体系思维导图,可以用于查缺补漏或者面试复习串联知识点,系统学习前端知识,加深记忆🎉🎉
Stars: ✭ 129 (+360.71%)
Mutual labels:  html-css-javascript
RecoSys
Recommend system learning resources and learning notes
Stars: ✭ 49 (+75%)
Mutual labels:  recommender-system
Structurex
Javascript visualizer of algorithms and data structures.
Stars: ✭ 32 (+14.29%)
Mutual labels:  html-css-javascript
DevHelpBox
we are creating this community so that other developers can get benefits of it.
Stars: ✭ 35 (+25%)
Mutual labels:  html-css-javascript
flipper
Search/Recommendation engine and metainformation server for fanfiction net
Stars: ✭ 29 (+3.57%)
Mutual labels:  recommender-system
Hacktoberfest2021-for-everyone
This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value to this repository.
Stars: ✭ 178 (+535.71%)
Mutual labels:  html-css-javascript
chatterbot-live-example
[Maintainer Required] 📘 Notes to deploy chatterbot on Heroku cloud ☁️
Stars: ✭ 22 (-21.43%)
Mutual labels:  chatterbot
flask-tweeeter
A full-stack Twitter clone made using the Flask framework for Python 🐦
Stars: ✭ 28 (+0%)
Mutual labels:  flask-sqlalchemy
facebook-clone
Building Facebook clone. As usual, any additional styling will be up to you but the really important stuff is to get the data and back end working properly.
Stars: ✭ 14 (-50%)
Mutual labels:  html-css-javascript
RecSys Course 2017
DEPRECATED This is the official repository for the 2017 Recommender Systems course at Polimi.
Stars: ✭ 23 (-17.86%)
Mutual labels:  recommender-system
XION-ChaseCam
This is a free-to-use HTML/javascript based overlay for roleplay streamers. Basically it mimics the overlay of the AXON bodycam, but since most folks play in 3rd person, it's a ChaseCam. I've included a logo, and the html file. The html file has the css, html, and javascript all in one file for ease of editing. Goto line 81 of the html file to c…
Stars: ✭ 27 (-3.57%)
Mutual labels:  html-css-javascript

FashionShopApp

Fashion Shop App is an e-commerce website project that I developed 👧. The backend was written by Flask (Python) and the frontend used Bootstrap. In addition to an easy-to-use and robust web interface, I also integrated some AI technologies 🤖 to make the project unique. For example, there is a recommendation system to provide useful feedback on what a user might potentially want to buy, based on their previous choices. A chatbot is also available to provide a sense of personalized shopping and seamless service. I plan to implement even more interesting features as future work. Scalable and adaptive, this website can be used by a wide range of e-commerce businesses. Please give me if you find it useful.

Demo

Link to demo: Coming soon.
Screenshots: Home Home Home Home Home Home Home Home Home Home

Tech/Framework used

  • Backend: Flask
  • Frontend: Template & Bootstrap
  • Database: Flask-SQLAlchemy
  • Search Function: ElasticSearch
  • Comment Section: ChatterBot
  • Related Products: Recommender System (Machine Learning)

Installation

Windows

  1. downloading the project: git clone https://github.com/caongochoangvan/FashionShopApp.git
  2. installing virtualenv: py -m pip install --user virtualenv
  3. creating a virtual environment: py -m venv env
  4. activating virtual environment: .\env\Scripts\activate
  5. installing requirements.txt: pip install -r requirements.txt
  6. run server: python run.py
  7. go to http://127.0.0.1:5000/ to see the website
  8. Using elasticsearch: Downloading elasticsearch folder: https://www.elastic.co/downloads/elasticsearch. Running the server: cd elasticsearch-7.8.0 folder then type .\bin\elasticsearch.bat
  9. Enjoy 😄

References:

Contact

Linkedin: Van Cao
Email: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].