Spaces:
Build error
Build error
File size: 1,054 Bytes
1fd9ec2 |
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 |
# Amazon E-commerce Visual Assistant
A multimodal AI assistant that helps users search and explore Amazon products through natural language and image-based interactions.
## Features
- Text and image-based product search
- Product comparisons and recommendations
- Visual product recognition
- Detailed product information retrieval
- Price analysis and comparison
## Technologies Used
- FashionCLIP for visual understanding
- Mistral-7B Language Model for text generation
- FAISS for efficient similarity search
- Streamlit for the user interface
## Setup and Installation
1. Clone the repository:
```bash
git clone https://github.com/wisdom196473/amazon-multimodal-product-assistant.git
cd amazon-multimodal-product-assistant
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
3. Run the application:
```bash
streamlit run amazon_app.py
```
## Project Structure
- `amazon_app.py`: Main Streamlit application
- `model.py`: Core AI model implementations
- `requirements.txt`: Project dependencies
## License
MIT License
|