File size: 1,409 Bytes
8e78636
 
 
 
 
 
 
 
 
 
 
 
0436762
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2400e07
 
0436762
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
title: Foodrecipe Ai
emoji: 🔥
colorFrom: purple
colorTo: purple
sdk: gradio
sdk_version: 4.25.0
app_file: app.py
pinned: false
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

# Recipe Application Based on Food101

This application utilizes image recognition technology to identify food items from images and provides appropriate recipes. It leverages AI and machine learning to offer quick recipe suggestions based on the identified dish, making cooking more accessible and enjoyable.

## Features

- Identify food items from images using deep learning models.
- Provide recipe suggestions based on the identified food item.
- Utilize the Food101 dataset for training and testing.
- Simple and user-friendly interface powered by Gradio.

## Installation

To run this application locally, follow these steps:

### 1. Clone the Repository

```
git clone https://huggingface.co/spaces/larimei/foodrecipe-ai
cd foodrecipe-ai
```

### 2. Install Requirements

```
pip install -r requirements.txt
```

### 3. Run the Gradio App

```
python app.py
```

## Usage
After running the script, you will see an output similar to this:

```
Running on local URL:  http://127.0.0.1:7860/
```
Open the provided URL in your web browser to interact with the application. You can upload food images, and the app will identify the dish and provide recipe suggestions.