This project showcases the implementation of two different use cases which combine computer vision (CV) and natural language processing (NLP) tasks to create a responsive AI agent. The agent utilises Langchain Agents along with OpenAI's GPT-3.5 Turbo model to suggest items of clothing based on text and image inputs.
There are 2 primary use cases:
Use Case 1: Find Garments Based on Text + Image
Scenario: A user provides a chat message and an example image of someone wearing denim trousers. The agent suggests similar denim trousers.
Agentic Process:
Custom LangChain Agent Tools Used:
Use Case 2: Suggest Complementary Garments Based on Text + Image
Scenario: A user provides a chat message and an image of a red jacket, asking for items that would go well with it in autumn colours.
Agentic Process:
Custom LangChain Agent Tools Used:
Workflow
Project GitHub repo:
https://github.com/MRK132/Agentic_CV_and_NLP_with_Langchain_Agents

