Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyShrestha committed Apr 7, 2024
1 parent fe09ea1 commit 9ed9f7e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 217 deletions.
53 changes: 28 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,34 @@ SpicyBytes is an innovative food and grocery management platform aimed at reduci
## Structure of Data in the repository

```plaintext
├── .github
│ └── workflows
│ └── project.yml
├── data
│ └── raw
├── landing_zone
│ ├── collectors
│ │ ├── approved_food_uk
│ │ ├── big_basket
│ │ ├── catalonia_establishment_location
│ │ ├── customers
│ │ ├── eat_by_date
│ │ ├── Flipkart
│ │ ├── meal_db
│ │ │ └── mealscraper
│ │ └── OCR
│ │ ├── images
│ │ └── output
│ └── synthetic
│ ├── customer_location
│ ├── customer_purchase
│ ├── sentiment_reviews
│ └── supermarket_products
└── recommendation_system
├───.github
│ └───workflows
├───dags
├───data
│ └───raw
├───landing_zone
│ ├───collectors
│ │ ├───approved_food_uk
│ │ │ └───approvedfood_scraper
│ │ │ └───approvedfood_scraper
│ │ ├───big_basket
│ │ ├───catalonia_establishment_location
│ │ ├───customers
│ │ ├───eat_by_date
│ │ ├───flipkart
│ │ │ └───JSON_files
│ │ ├───meal_db
│ │ │ └───mealscraper
│ │ │ └───mealscraper
│ │ └───OCR
│ │ ├───images
│ │ └───output
│ └───synthetic
│ ├───customer_location
│ ├───customer_purchase
│ ├───sentiment_reviews
│ └───supermarket_products
└───readme_info
```

## Data Sources
Expand Down
192 changes: 0 additions & 192 deletions recommendation_system/Recommender.ipynb

This file was deleted.

0 comments on commit 9ed9f7e

Please sign in to comment.