Skip to content

Implementation and usage of semantic search in E-commerce site using AI

License

Notifications You must be signed in to change notification settings

r3yc0n1c/ai-semantic-search

Repository files navigation

AI Semantic Search

Implementation and usage of semantic search in E-commerce site using artificial intelligence

Built with

  • pinecone-client
  • sentence_transformers
  • flask
  • pandas

Usage

  • To store data into Pinecone Index -
$ python3 store.py
  • To run the app -
$ python3 search.py

 * Serving Flask app 'search'
 * Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on http://127.0.0.1:5000
Press CTRL+C to quit
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 111-657-709

Demo

Watch the video

Watch the video here - https://youtu.be/NtCQci6_dbU

Feats

  • Vector Database
  • Vectorization Algorithm
  • Similarity Search Algorithm
  • User Interface

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
Read the LICENSE for more details.

About

Implementation and usage of semantic search in E-commerce site using AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages