SShortSingh.
Back to feed

Developer Builds AI-Powered Football Clock That Announces Time in Stadium Style

0
·2 views

A developer named timi-g created a fan-themed web app called Football Fan Time as part of a Weekend Challenge: Passion Edition. The app combines a clock with AI and voice synthesis to announce the current time in a match-day style tied to a chosen football event. Built with Python Flask, it uses Groq to identify a standout player for a given competition and ElevenLabs to convert the announcement into audio. Users can download both the audio and transcript, and the app retains the last generated announcement between sessions. The project was submitted under the Best Use of ElevenLabs category and is available as a local web demo with its code shared publicly.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Developer Launches Free AI Tool to Streamline Public Sector Bid Questionnaires

A developer has released PQQCheck, a free AI-powered tool designed to help businesses plan responses to Pre-Qualification Questionnaires (PQQs) used in public sector procurement. The tool accepts a pasted PQQ document and uses a large language model to extract every question, assign category tags, rate difficulty, suggest required evidence, and identify word limits. Built as a single HTML file with a Cloudflare Worker backend powered by Groq's Llama model, it requires no login, account, or installation. Users who exhaust the free API tier can supply their own Groq key, and a self-hosted Docker version is available on GitHub. PQQCheck is part of a broader open-source suite of twelve procurement tools the developer is building, all available free of charge at tools.workswithagents.com.

0
ProgrammingDEV Community ·

AI Amplifies Need for Agile Principles Rather Than Replacing Them, Experts Argue

A growing debate in software development questions whether AI tools have made Agile methodology obsolete, but practitioners argue the opposite is true. While AI can rapidly generate code, documentation, and tests, it cannot replace human accountability, decision ownership, or governance — especially in regulated industries. The core Agile principles of incremental delivery, transparency, and continuous learning remain essential regardless of how fast AI accelerates execution. Experts suggest the industry is moving toward "Agentic Agile," a model where humans define intent and governance while AI agents handle much of the implementation. Planning cycles and ceremonies may grow leaner, but the fundamental need to validate assumptions, gather feedback, and maintain traceability is seen as more critical than ever in an AI-driven environment.

0
ProgrammingDEV Community ·

Software Engineer Begins 32-Week Journey From AI APIs to Local LLM Systems on NVIDIA DGX Spark

A software engineer and technical program manager has launched a 32-week self-directed program called 'From API to GPU,' aimed at transitioning from consuming AI via APIs to architecting local large language model systems. The project uses an NVIDIA DGX Spark as the primary compute machine, with a MacBook Pro serving as the control device for writing and remote access. In the first week, the author focused on understanding the DGX Spark's hardware environment, including its 20-core ARM64 CPU, GPU specifications, memory architecture, and CUDA setup, all verified through shell commands. A key early finding was that the MacBook and the DGX Spark run on different CPU architectures — x86_64 and ARM64 respectively — which has practical implications for software compatibility throughout the project. The full program is structured across eight phases, covering local model execution, ML fundamentals, transformer architecture, quantization, inference engineering, production deployment, RAG integration, and fine-tuning, with a parallel CUDA track beginning around week five.

0
ProgrammingDEV Community ·

Developer Builds AI Jury Duty Assistant Solo at SF Hackathon Using DigitalOcean

A developer participating in the MLH x DigitalOcean Hackathon built Justicia Clew, a mobile-first web app that answers jury duty questions using plain language drawn from a county court's own public website. The app was built solo over two days using a FastAPI backend and DigitalOcean's Gradient AI agents, with Santa Barbara County as the live demo. During deployment, the developer encountered a key lesson about cloud infrastructure costs: DigitalOcean's App Platform bills by the hour, not by the month, meaning a short hackathon deployment costs only pennies despite a listed monthly rate of $24. A secondary challenge arose from managing two separate billable resources — the app itself and an OpenSearch database — both of which must be manually shut down before hackathon credits expire on July 13. The experience highlighted that shipping with real infrastructure, unlike a mockup, carries ongoing costs and responsibilities that tutorials rarely address.