codewithdark commited on
Commit
c72e5bf
·
verified ·
1 Parent(s): 4c257c9

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -49
README.md DELETED
@@ -1,49 +0,0 @@
1
-
2
- # Amazon Product Search App
3
-
4
- This is a Streamlit web application that allows users to search for products on Amazon and display the search results. Users can either view random products from various categories or search for specific products by entering a search query.
5
-
6
- ## Features
7
-
8
- - **Home Page**: Displays random products from various categories.
9
- - **Search Page**: Allows users to search for specific products by entering a search query.
10
- - **Product Information**: Shows product images, titles, prices, reviews, and whether it's a deal of the day.
11
- - **View on Amazon**: Provides a direct link to view the product on Amazon's website.
12
- - **Exception Handling**: Provides error messages for various exceptions such as connection errors.
13
-
14
- ## Usage
15
-
16
- 1. Clone the repository:
17
-
18
- ```bash
19
- git clone https://github.com/codewithdark-git/amazon-product-search.git
20
- ```
21
-
22
- 2. Install the required dependencies:
23
-
24
- ```bash
25
- pip install -r requirements.txt
26
- ```
27
-
28
- 3. Run the Streamlit app:
29
-
30
- ```bash
31
- streamlit run app.py
32
- ```
33
-
34
- 4. Open your web browser and go to `http://localhost:8501` to access the app.
35
-
36
- ## Dependencies
37
-
38
- - **requests**: For sending HTTP requests to Amazon's website.
39
- - **Beautiful Soup**: For parsing HTML content.
40
- - **Streamlit**: For building the web application.
41
- - **urllib**: For URL parsing.
42
-
43
- ## Credits
44
-
45
- This app was created by Dark Coder.
46
-
47
- ## License
48
-
49
- This project is licensed under the [MIT License](LICENSE).