Skip to content

liyuxiao2/Flutter

Repository files navigation

Flutter: AI-Powered Dating Experience Architect 💘

B2B SaaS solution that empowers dating apps with AI-generated date itineraries

✨ Key Features

  • 🧠AI-Powered Date Architect: GPT-4 generated personalized date plans
  • 🗺️Location Intelligence: Google Maps integration
  • ⚙️Precision Matching: Budget, dietary, aesthetics filters
  • 📸Visual Preferences: Image style analysis
  • 🚀White-label Solution: Easy API integration
  • 📊Analytics Dashboard: Usage tracking

🎯 Target Clients

Dating Apps
Matchmaking Services
Event Platforms
Social Networks

🛠️ Tech Stack

Frontend

  • Next.js 14 (App Router)
  • Tailwind CSS
  • Framer Motion
  • React Hook Form

Backend

  • Python FastAPI
  • OpenAI API
  • Google Maps Platform
  • Uvicorn

💼 Integration Value Proposition

Existing Dating App DateGenius Integration │ │ ├───────────────► User Matching ◄──────┘ │ │ └─────────► AI Date Planner Feature ◄─── (Seamless API Integration)

🚀 Getting Started

Prerequisites

  • Node.js v18+
  • Python 3.10+
  • Google Cloud Account
  • OpenAI API Key

Installation

# Clone and setup frontend
git clone https://github.com/liyuxiao2/Flutter.git && cd Flutter
npm install
cp .env.example .env

Setup backend

python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt

        <div>
            <h3 class="font-bold mb-2">Running the Application</h3>
            <pre class="bg-gray-100 p-4 rounded"><code># Terminal 1 - Run backend

source venv/bin/activate # On Windows: venv\Scripts\activate cd app/backend python app.py

Terminal 2 - Run frontend

npm run dev

License: MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •