Insta-Fashion is an AI-powered style recommendation platform that analyzes Instagram fashion influencer content to provide personalized fashion recommendations. Using advanced image recognition and AI, it helps users discover and develop their personal style based on visual inspiration.
- Instagram grid screenshot analysis
- Advanced style recognition
- Personalized clothing recommendations
- Multi-price point suggestions
- Smart outfit combinations
- Style board creation
- Social sharing features
- Frontend: Next.js 15.1, React 19, TailwindCSS
- Backend: Next.js API Routes
- AI: OpenAI GPT-4 Vision for image analysis
- Image Processing: Advanced computer vision for fashion recognition
- Shopping Integration: Major fashion retailer APIs
- Clone the repository:
git clone https://github.com/yourusername/insta-fashion.git
cd insta-fashion
- Install dependencies:
npm install
- Set up environment variables:
cp .env.example .env
Then edit .env
with your API keys:
OPENAI_API_KEY=your_openai_api_key_here
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser
Create a .env.example
file in the root directory:
# OpenAI API Configuration
OPENAI_API_KEY=
# Optional: Development Settings
NODE_ENV=development
- Upload Instagram grid screenshots from your favorite fashion influencers
- Specify your preferences (budget, size, favorite retailers)
- Get personalized style recommendations
- Create and share style boards
- Shop recommended items directly through the platform
src/
├── app/
│ ├── api/ # API routes
│ ├── style/ # Style analysis features
│ └── boards/ # Style boards functionality
├── components/ # Reusable components
└── utils/ # Utility functions
Contributions are welcome! Please read our contributing guidelines for details.
This project is licensed under the MIT License - see the LICENSE file for details.