Coder Social home page Coder Social logo

sparkathon-2023's Introduction

Ecommerce Website with NLP Recommendation System

Sparkathon.mp4

Project Overview

This project is a submission for Sparkathon 2023, presenting an Ecommerce website for Walmart. The key feature of this platform is the implementation of a Natural Language Processing (NLP) based recommendation system, along with price optimization to enhance user experience and maximize savings.

Tech Stack

  • Frontend:

    • React.js
  • Backend:

    • Flask
    • MongoDB
  • NLP:

    • NLTK (Natural Language Toolkit)
    • TfidfVectorizer

Installation

  1. Clone the repository:

    git clone https://github.com/techrajat/Sparkathon-2023.git
    cd Sparkathon-2023
  2. Install dependencies for frontend and backend:

    # Navigate to client folder
    cd client
    npm install
    
    # Navigate to server folder
    cd ../server
    pip install -r requirements.txt
  3. Set up MongoDB:

    • Ensure MongoDB is installed and running.
  4. Run the application:

    # Run frontend (from the client folder)
    npm start
    
    # Run backend (from the server folder)
    python app.py

    The application should now be accessible at http://localhost:3000.

Features

  • User Authentication: Users can create accounts, log in, and enjoy a personalized experience.

  • NLP Recommendation System: Leveraging NLTK and TfidfVectorizer, the recommendation system suggests products based on user preferences and historical data.

  • Price Optimization: Utilizing algorithms to optimize product prices for maximum savings.

  • Cart Functionality: Users can add products to their shopping cart, review items, and proceed to checkout.

Contributing

Contributions to RecipeGenius are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

sparkathon-2023's People

Contributors

techrajat avatar ravir0ushan avatar

Stargazers

Parnab Bagchi avatar  avatar Krish Agrawal avatar Vidip Singh avatar Ayushi Pani avatar

Watchers

 avatar

Forkers

kritarth200482

sparkathon-2023's Issues

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.