This is my final project for Narutal Language Processing Course
Want to give it a try? Try it now on
Indonesia food delivery Gofood product list by Reyhan Ariq Syahalam on Kaggle. This dataset contains 45,422 Gofood product list, where 21,947 of them contain product description.
merchant_name | merchant_area | category | display | product | price | discount_price | isDiscount | description |
---|---|---|---|---|---|---|---|---|
"330 Kopi, Ciledug" | jakarta | Kopi/Minuman/Roti | Non Coffee | Lychee Squash | 20000 | 0 | ||
"330 Kopi, Ciledug" | jakarta | Kopi/Minuman/Roti | Non Coffee | Chocoreo | 25000 | 0 | Perpaduan Chocolate Dan Oreo | |
"330 Kopi, Ciledug" | jakarta | Kopi/Minuman/Roti | Snack | Pisang Lumer Coklat | 19000 | 0 | Sajian Pisang Lumer Dengan Rasa Coklat Yang Begitu Menggoda |
Model | Train Loss | Validation Loss |
---|---|---|
LSTM | 2.2738 | |
Finetuned Pretrained GPT2 | 1.8034 | 2.3559 |
├── datasets
│ ├── gofood_dataset.csv
│ ├── train.csv
│ ├── validation.csv
│ ├── word_to_idx.pkl
│ └── idx_to_word.pkl
├── app.py
├── train.ipynb
├── requirements.txt
├── README.md
└── .gitignore
streamlit run app.py
Last update: 22 November 2022