Skip to content

Commit

Permalink
added lib
Browse files Browse the repository at this point in the history
  • Loading branch information
paritoshtripathi935 committed Feb 4, 2024
1 parent 8530eba commit 160937e
Show file tree
Hide file tree
Showing 32 changed files with 73 additions and 435 deletions.
Binary file added .DS_Store
Binary file not shown.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
<body>
<h1 align="center" id="title">Product Matching Using Machine Learning</h1>
<p align="center"><img src="https://socialify.git.ci/paritoshtripathi935/Product-Matching/image?description=1&amp;descriptionEditable=The%20topic%20is%20about%20product%20matching%20via%20Machine%20Learning.&amp;font=Rokkitt&amp;language=1&amp;name=1&amp;owner=1&amp;pattern=Circuit%20Board&amp;theme=Light" alt="project-image"></p>
<p id="description">The topic is about product matching via Machine Learning. This involves using various machine learning techniques such as natural language processing image recognition and collaborative filtering algorithms to match similar products together. To implement this project a low-level project structure is suggested with different folders for data notebooks source code and testing. The sequence of model implementation and useful Python libraries for product matching via Machine Learning are also described. Finally a 3-month timeline is presented for the development to deployment of the product matching project.</p>
<p id="description">
<<< *REVAMP IN PROGRESS* >>>

The topic is about product matching via Machine Learning. This involves using various machine learning techniques such as natural language processing image recognition and collaborative filtering algorithms to match similar products together. To implement this project a low-level project structure is suggested with different folders for data notebooks source code and testing. The sequence of model implementation and useful Python libraries for product matching via Machine Learning are also described. Finally a 3-month timeline is presented for the development to deployment of the product matching project.</p>
<header>
<nav>
<ul>
Expand Down
41 changes: 0 additions & 41 deletions StuctureMaker.py

This file was deleted.

Binary file added src/.DS_Store
Binary file not shown.
Binary file added src/data_scraping/.DS_Store
Binary file not shown.
3 changes: 0 additions & 3 deletions src/data_scraping/Amazon/__init__.py

This file was deleted.

Binary file removed src/data_scraping/Amazon/amazon.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
28 changes: 0 additions & 28 deletions src/data_scraping/Amazon/scripts/productList.py

This file was deleted.

30 changes: 0 additions & 30 deletions src/data_scraping/Amazon/scripts/useragent.py

This file was deleted.

Binary file removed src/data_scraping/Flipkart/flipkart.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
44 changes: 0 additions & 44 deletions src/data_scraping/Flipkart/scripts/dbConnector.py

This file was deleted.

188 changes: 0 additions & 188 deletions src/data_scraping/Flipkart/scripts/genricHtmlib.py

This file was deleted.

28 changes: 0 additions & 28 deletions src/data_scraping/Flipkart/scripts/productList.py

This file was deleted.

7 changes: 7 additions & 0 deletions src/data_scraping/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from .amazon_scraper import AmazonScraper
from .flipkart_scraper import FlipkartScraper

__all__ = [
"AmazonScraper",
"FlipkartScraper"
]
Loading

0 comments on commit 160937e

Please sign in to comment.