vashu2425 commited on
Commit
9dbe086
ยท
verified ยท
1 Parent(s): 0c071d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -2
README.md CHANGED
@@ -1,4 +1,4 @@
1
- ---
2
  title: Recipe Rating And Menu Optimization
3
  emoji: ๐ŸŒ–
4
  colorFrom: yellow
@@ -7,6 +7,34 @@ sdk: streamlit
7
  sdk_version: 1.41.1
8
  app_file: app.py
9
  pinned: false
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
+ <!-- ---
2
  title: Recipe Rating And Menu Optimization
3
  emoji: ๐ŸŒ–
4
  colorFrom: yellow
 
7
  sdk_version: 1.41.1
8
  app_file: app.py
9
  pinned: false
10
+ --- -->
11
+ # Recipe Rating & Menu Optimization
12
+
13
+ This project uses machine learning to predict the rating of recipes and decide whether they should be included in a menu. It is built using **TensorFlow**, **Streamlit**, and other popular Python libraries like **scikit-learn**, **nltk**, and **pandas**. The app takes input from users, processes the recipe data, and outputs the predicted rating along with a recommendation on whether the recipe should be included on the menu.
14
+
15
+ ## ๐Ÿ› ๏ธ Technologies Used
16
+
17
+ - **Streamlit**: For building the interactive web application.
18
+ - **TensorFlow**: For building and loading the pre-trained model.
19
+ - **scikit-learn**: For data preprocessing, such as scaling numerical features.
20
+ - **nltk**: For natural language processing, including tokenizing and removing stopwords.
21
+ - **pandas**: For data manipulation and handling.
22
+ - **NumPy**: For numerical operations.
23
+
24
+ ## ๐Ÿ“‹ Project Requirements
25
+
26
+ This project requires the following Python libraries:
27
+
28
+ - streamlit==1.19.0
29
+ - tensorflow==2.16.1
30
+ - nltk==3.8.1
31
+ - scikit-learn==1.2.0
32
+ - numpy==1.24.1
33
+ - pandas==1.5.3
34
+
35
+ To install all the required dependencies, simply run:
36
+
37
+ ```bash
38
+ pip install -r requirements.txt
39
 
40
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference