Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OpenAI API Configuration
OPENAI_API_KEY=
OPENAI_API_KEY=your_openai_api_key_here

# Optional: Instagram API (if using)
INSTAGRAM_API_KEY=
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
# InstaGift 🎁
# InstaFashion 👗

InstaGift is an AI-powered gift recommendation system that analyzes Instagram profiles and images to suggest personalized gifts. Using OpenAI's GPT-4 and Vision models, it provides tailored gift suggestions based on interests, age, and budget.
InstaFashion is an AI-powered fashion profiling system that analyzes Instagram influencer profiles and images to suggest personalized fashion recommendations. Using OpenAI's GPT-4 and Vision models, it provides tailored fashion suggestions based on style analysis, trends, and preferences.

## Features 🌟

- Instagram profile analysis
- Image-based interest detection
- Age-appropriate gift recommendations
- Budget-conscious suggestions
- Amazon and Etsy product links
- Festive holiday theme with snowflake animations
- Responsive design
- Instagram influencer profile analysis
- Image-based style detection
- Fashion trend recommendations
- Style-matched product suggestions
- Amazon and other retailer product links
- Modern, fashion-forward design
- Responsive interface

## Tech Stack 💻

- **Frontend**: Next.js 15.1, React 19, TailwindCSS
- **Backend**: Next.js API Routes
- **AI**: OpenAI GPT-4 and GPT-4 Vision
- **Image Processing**: Base64 encoding
- **API Integration**: Amazon and Etsy search links
- **API Integration**: Amazon and other fashion retailer search links

## Getting Started 🚀

1. Clone the repository:

```bash
git clone https://github.com/yourusername/instagift.git
cd instagift
git clone https://github.com/yourusername/instafashion.git
cd instafashion
```

2. Install dependencies:
Expand Down
Loading