Integrations
Uses .ENV files for environment variable management in both the backend and frontend components.
Offers containerization through Docker for both backend and frontend components, allowing for consistent deployment environments.
Uses FastAPI as the backend framework for serving the CLIP-based fashion recommendation system, handling image uploads and providing recommendation endpoints.
FastMCP_RecSys
This is a CLIP-Based Fashion Recommender with MCP.
Mockup
A user uploads a clothing image → YOLO detects clothing → CLIP encodes → Recommend similar
Folder Structure
Quick Start Guide
Step 1: Clone the GitHub Project
Step 2: Set Up the Python Environment
Step 3: Install Dependencies
Step 4: Start the FastAPI Server (Backend)
Once the server is running and the database is connected, you should see the following message in the console:
Step 5: Install Dependencies
Database connected INFO: Application startup complete.
Step 6: Start the Development Server (Frontend)
Once running, the server logs a confirmation and opens the app in your browser: http://localhost:3000/
📌 Sample Components for UI
- Image upload
- Submit button
- Display clothing tags + recommendations
What’s completed so far:
- FastAPI server is up and running (24 Apr)
- Database connection is set up (24 Apr)
- Backend architecture is functional (24 Apr)
- Basic front-end UI for uploading picture (25 Apr)
Next Step:
- Evaluate CLIP’s tagging accuracy on sample clothing images
- Fine-tune the tagging system for better recommendations
- Test the backend integration with real-time user data
- Set up monitoring for model performance
- Front-end demo
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A CLIP-Based Fashion Recommender system with MCP that provides fashion recommendations based on uploaded images.
Related MCP Servers
- AsecurityAlicenseAqualityThis MCP server aids users in searching and analyzing their photo library by location, labels, and people, offering functionalities like photo analysis and fuzzy matching for enhanced photo management.Last updated -14PythonMIT License
- -securityAlicense-qualityA Pinterest Model Context Protocol (MCP) server for image search and information retrievalLast updated -9110TypeScriptMIT License
- AsecurityAlicenseAqualityMCP server that integrates with Shopify API, allowing Claude Desktop users to retrieve and manipulate product information from Shopify stores.Last updated -5PythonMIT License
- -security-license-qualityAn MCP server that integrates FindMine's product styling and outfit recommendation capabilities with Claude and other MCP-compatible applications, allowing users to browse products, get outfit recommendations, find similar items, and access style guidance.Last updated -71JavaScript