1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Antigravityを使ってサッカーアプリを実装した

1
Posted at

AIエージェントを活用した、個人開発によるサッカー分析アプリの構築

こんにちは!今回は、大好きなサッカーへの情熱を形にするべく、AIツールをフル活用して開発したサッカー分析アプリについてご紹介します。

1. 開発の概要

このプロジェクトの最大の特徴は、要件定義からバックエンドのロジックまで、最新のAIエージェントの助力を得て完遂したことです。

2. 技術スタック

以下の構成で開発しました。

  • Backend: Python (FastAPI), Uvicorn
  • Frontend: Vanilla JS
  • Database: SQLite (SQLAlchemy)
  • Charts: Chart.js
  • Infrastructure: Cloudflare, Render

3. 活用した外部データ

分析機能を支えるため、サッカー統計データ、AIによる戦術分析、リアルタイムニュース検索、選手市場価値データなどを組み合わせています。

4. 主要機能

試合リストの表示、AIによる戦術分析、フォーメーションエディタなどを実装しました。

5. 開発の背景

マンチェスター・ユナイテッドへの深い関心が開発の原動力となりました。自分の「好き」を最新技術で形にするのは、最高に楽しい開発体験でした。

6. おわりに

AIを活用することで、アイデアを即座に形にできる時代になったと実感しています。
GGMU!

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?