Skip to content

Repository files navigation

🚀 BizForge — AI-Powered Branding Automation Platform

BizForge is a state-of-the-art AI-powered branding automation platform designed for startups, entrepreneurs, creators, and small businesses to build complete brand identities, e-commerce product catalogs, sentiment ratings, and marketing campaigns in minutes.


✨ Features & Modules

🎨 1. Startup Investor Pitch Brand Identity Studio

  • AI Vector Logo Generation: High-resolution branding logo graphics powered by SDXL.
  • Brand Name Concept Suggestions: Creative business name ideas with domain availability confidence metrics.
  • Brand Story & Narrative: Pitch stories, Mission, Vision, and Core Values generation.
  • Visual Brand Palette: Curated HSL/Hex swatches with 1-click Hex code copying.
  • Voice & Messaging Guidelines: Strategic brand messaging guidelines tailored to your target audience.

🛍️ 2. E-Commerce Product Catalog Studio

  • Catchy Lead Headlines: High-converting title hooks.
  • Story-Driven Copy: Short & detailed product descriptions built for e-commerce platforms.
  • Feature Bullet Points: Value-focused customer feature summaries.
  • Multi-Channel Social Snippets: Ready-to-publish copy for Instagram, X (Twitter), and LinkedIn.
  • SEO Optimization: Automatic Meta Title & Meta Description tag previews.

📊 3. Tagline Sentiment & Perception Lab

  • Sentiment Score (-1.0 to +1.0): Quantitative emotional orientation tracking.
  • Impact & Memorability Rating (0-100%): Audience resonance analysis.
  • Emotional Breakdown Meters: Strategic scores for Trust & Reliability, Excitement & Innovation, Luxury & Prestige, and Warmth & Approachability.
  • Perception Risk Insights: AI-detected trademark caveats or over-promising risks.
  • AI Variations: Instant 1-click alternative tagline suggestions.

📣 4. Strategic Campaign & Document Assistant

  • Automated Email Launch Campaigns: Ready-to-send launch email announcements.
  • Document Summarizer: Long-form pitch deck summarization powered by IBM Granite & Groq LLaMA 3.3.
  • Interactive AI Brand Consultant: Real-time strategy chat interface.

🛠️ Architecture & Tech Stack

  • Backend: FastAPI (Python 3.12), Uvicorn
  • AI Integrations:
    • IBM Granite 4.0-H-350M: Document strategy & narrative summarization.
    • Groq LLaMA-3.3-70B-Versatile: Brand positioning, product copy synthesis, & strategy chat.
    • Stable Diffusion XL (SDXL): High-resolution logo rendering.
  • Frontend: Vanilla HTML5 / Modern CSS3 (Dark Mode Glassmorphism Theme) / SPA JavaScript logic.

📁 Project Structure

Biz-force/
├── backend/
│   ├── main.py             # FastAPI entry point & API routes
│   ├── ai_services.py      # AI Model integrations & fallback logic
│   ├── models.py           # Pydantic schemas & request validation
│   ├── config.py           # App configuration settings
│   └── requirements.txt    # Python dependencies
├── frontend/
│   ├── index.html          # Main Web Application UI
│   ├── styles.css          # Glassmorphism design system & micro-animations
│   └── app.js              # SPA logic & interactive state management
├── .gitignore              # Git ignore rules
├── test_api.py             # Backend test suite
└── README.md               # Project documentation

🚦 Quick Start Guide

1. Prerequisites

  • Python 3.10+
  • pip package manager

2. Install Dependencies

pip install -r backend/requirements.txt

3. Start the Backend Server

python -m uvicorn backend.main:app --host 127.0.0.1 --port 8000 --reload

4. Open in Browser

Navigate to http://127.0.0.1:8000 to access the complete BizForge platform web interface.


🧪 Running Tests

Validate all API endpoints and AI generation scenarios with the test suite:

python test_api.py

📄 License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages