Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switched to new branch for Auto Eda Lib #1

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"python.formatting.provider": "yapf"
"python.formatting.provider": "yapf",
"cSpell.words": [
"dataframe"
]
}
File renamed without changes.
File renamed without changes.
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.

1 change: 0 additions & 1 deletion data/Amazon/models/model.pkl

This file was deleted.

1 change: 0 additions & 1 deletion data/Amazon/processed/data.csv

This file was deleted.

1 change: 0 additions & 1 deletion data/Amazon/raw/data.csv

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
182 changes: 0 additions & 182 deletions data/Amazon/scripts/genricHtmlib.py

This file was deleted.

Loading