Yasir-khan commited on
Commit
107cf95
·
verified ·
1 Parent(s): db4edb3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ I want to finetune a Generative AI Model that takes ingredients as input and generate an accurate recipe specific to the Indian cuisine.
2
+ Finetuning a generation model to be able to generate accurate recipes about a particular dish specific to your cuisine.
3
+
4
+ There is an existing dataset available on Kaggle which I used to extract some of the samples. I used this particular dataset because
5
+ it fulfills my requirements of including Indian cuisine for recipe generation. The dataset contained cuisines from various cultures,
6
+ but I extracted only the samples specific to Indian cuisine.
7
+
8
+ I have extracted more than 600 samples from the dataset. I also performed comprehensive data analysis to check for incorrect,
9
+ incomprehensible, irrelavant data. I removed the irrelevant features, duplicate values, and samples that were in languages other than English.
10
+ I imputated the null values as there were less number of fields. Similarly, I cleaned the text from extra spaces. In order to
11
+ make sure diversity of the dataset, I included course and diet fields which make the data more diverse.
12
+
13
+