File size: 638 Bytes
c2f3c5f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# AI Product Search Agent

This is a fully free, deployable AI tool built with Streamlit and LangChain that searches Amazon cellphone accessories using natural language.

## Features

- Natural language understanding
- Vector search (FAISS + sentence-transformers)
- Price and keyword filtering
- Conversational agent interface
- Deployed on Hugging Face Spaces

## How to Run

### Locally

```bash
pip install -r requirements.txt
streamlit run app.py
```

### Hugging Face Spaces

1. Create a new Space (Streamlit)
2. Upload all files
3. Add your `secrets.toml` with an OpenRouter or OpenAI API key
4. Deploy!

Enjoy your free AI agent!