Skip to main content

A FastAPI service for campaign generation, competitor research, and audio content.

Project description

Campaign Generator

Campaign Generator is a Python FastAPI application for creating content based on competitor research and user-generated audio. It provides a web interface for generating questions, summarizing text, transcribing audio, and fetching the latest news. The app uses local LLMs via Ollama and supports both Mac and Linux environments.

Features

  • Audio Transcription: Upload or record audio and transcribe it using Whisper (macOS: whisper-mps, Linux: faster-whisper).
  • Text Summarization: Summarize any text using local LLMs (Gemma 3 1B, GPT-OSS 20B) via Ollama.
  • Question Generation: Generate questions from text using LLMs.
  • Latest News: Fetch recent news on any topic.
  • Modern Web UI: Beautiful interface built with Tailwind CSS.
  • OS-aware: Automatically selects the best transcription backend and Ollama API endpoint for your platform.

Prerequisites

  • Python 3.10+
  • Homebrew (for macOS)
  • pipx
  • ffmpeg (for audio conversion)
  • Ollama installed and running with required models (gemma3:1b, gpt-oss:20b)

Install system dependencies (macOS)

brew install pipx
brew install ffmpeg
pipx ensurepath
source ~/.zshrc  # or restart your terminal

Install with pipx

pipx install campaign-generator

Usage

Start the app with:

campaign-generator

By default, the API will run on http://localhost:8080.

Open your browser and navigate to /frontend to use the web interface:

http://localhost:8080/frontend

How It Works

  • Transcription: Uses whisper-mps on macOS and faster-whisper on Linux for audio transcription.
  • LLM Integration: Connects to Ollama API for text summarization and question generation. The API endpoint is chosen automatically based on your OS.
  • Templates: The web UI is served from templates/home.html.

Development

  • All source code is in the root and routers/ directory.
  • The entrypoint is main.py, which runs the FastAPI app.
  • You can also run with Docker or Docker Compose (see Dockerfile and docker-compose.yml).

Build and Publish to PyPI

  1. Upgrade build and twine:
    python -m pip install --upgrade build twine
    
  2. Build your package:
    python -m build
    
  3. (Optional) Check your package:
    python -m twine check dist/*
    
  4. Upload to PyPI:
    python -m twine upload dist/*
    

After publishing, you (and others) can install globally with pipx:

pipx install campaign-generator

Troubleshooting

  • If you see errors about missing templates, ensure you installed with pipx after running pipx ensurepath and that your terminal session is up to date.
  • Make sure Ollama is running and the required models are pulled.
  • If you see errors about ffmpeg, make sure it is installed and available in your PATH.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

campaign_generator-0.1.2.tar.gz (20.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

campaign_generator-0.1.2-py3-none-any.whl (24.8 kB view details)

Uploaded Python 3

File details

Details for the file campaign_generator-0.1.2.tar.gz.

File metadata

  • Download URL: campaign_generator-0.1.2.tar.gz
  • Upload date:
  • Size: 20.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for campaign_generator-0.1.2.tar.gz
Algorithm Hash digest
SHA256 a433f0a67f6a350d8a45f7df2fcc91bd685725ff18b0cfe57e1903fd1e01daa6
MD5 d08b66880d4a91a68eea39784232a84d
BLAKE2b-256 6a168fa44eaab4b428ee4b86194b2ea040dc2fff52b3af55aa629d0e224b5f6f

See more details on using hashes here.

File details

Details for the file campaign_generator-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for campaign_generator-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2afd4ff43f5badc44205dc8c1ac13192ae0254e2165fc066c44ea6dec7929162
MD5 010a661c740d135a4e59159546d7bfd1
BLAKE2b-256 45c072692f2bf39c2a6d2ba22d32c786f993a7c08586a003ce4e0d6ecb5f43ba

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page