Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Fashion Assistant

We are building an Outfit Recommender Agent that uses multiple tools.

Getting started

For this project we use two external services: OpenAI and Open Weather Map. Both services require an API KEY.

  1. OpenAI
  2. Open Weather Map

Running the project

There are two main notebooks in this project. simple_agent and main.

The notebook simple_agent (Open In Colab) showcases an earlier version of the agent without UI and the weather integration. We recommend getting started there.

The notebook main (Open In Colab) puts everything together and can be used to run the complete demo.

Structure

If you want to take a closer look at the implementation behind the demo, most of the code can be located inside src/. In particular, dataset.py and main.py contain most of this project logic.

├── README.md
├── __init__.py
├── assets
│   ├── smith.png
│   └── user.png
├── blogpost
│   ├── assets
│   └── blog.md
├── data
│   ├── descriptions.json
│   ├── walmart1.json
│   ├── walmart2.json
│   └── walmart3.json
├── main.ipynb
├── requirements.txt
├── simple_agent.ipynb
└── src
    ├── dataset.py
    ├── main.py
    ├── openai_utils.py
    └── utils.py

About

No description, website, or topics provided.

Resources

Stars

9 stars

Watchers

13 watching

Forks

Releases

Packages

Used by

Contributors

Languages