Spaces:
Runtime error
Runtime error
Merge branch 'main' of hf.co:spaces/ds-meteors/find_my_book
Browse files
README.md
CHANGED
@@ -11,3 +11,46 @@ license: apache-2.0
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
# Recommendation system project
|
18 |
+
# Find my book
|
19 |
+

|
20 |
+
### Additional subtask:
|
21 |
+
# Find a dish for me
|
22 |
+

|
23 |
+
|
24 |
+
# Elbrus Bootcamp | Phase-2 | Team Project
|
25 |
+
|
26 |
+
## Team
|
27 |
+
* [Daniil Lvov](https://huggingface.co/Norgan97)
|
28 |
+
* [Dmitry Budazhapov](https://huggingface.co/DmitryDorzhievich)
|
29 |
+
* [Larisa Khlapushina](https://huggingface.co/Larrisa)
|
30 |
+
___
|
31 |
+
## Tasks
|
32 |
+
In this project, our team has developed a book search system based on user requests.
|
33 |
+
The service takes a user's description of the book as input and returns a specified number of suitable options.
|
34 |
+
In addition to book search, we can offer a system that will find the desired dish and a link to its recipe.
|
35 |
+
In this case, the user only needs to enter an approximate description of the characteristics and ingredients.
|
36 |
+
We have implemented a mechanism for analyzing and comparing textual descriptions of dishes,
|
37 |
+
which allows for effectively finding alternatives and variations of desired dishes.
|
38 |
+
The work represents an innovative approach to searching for culinary recipes and can be useful for both professional chefs and culinary enthusiasts.
|
39 |
+
___
|
40 |
+
## Contents
|
41 |
+
1. Parsing information from websites.
|
42 |
+
2. Vectorization using a model *rubert-tiny2*
|
43 |
+
3. Finding similar vectors using *faiss*.
|
44 |
+
___
|
45 |
+
## Deployment
|
46 |
+
The service is implemented on [Streamlit](https://huggingface.co/spaces/ds-meteors/find_my_book)
|
47 |
+
_
|
48 |
+
## How to run locally?
|
49 |
+
## To run the provided applications on your computer, follow these steps:
|
50 |
+
|
51 |
+
1. Clone this repository to your local machine.
|
52 |
+
2. Install the required libraries by running the command *pip install -r requirements.txt* in your terminal or command prompt.
|
53 |
+
3. Once the libraries are installed, navigate to the repository's directory in your terminal.
|
54 |
+
4. Run the command *streamlit run main.py* in your terminal to start the application.
|
55 |
+
|
56 |
+
This will launch the Streamlit server, and you can access the applications by opening a browser window and navigating to the specified URL.
|