Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bolado/ai-tracker

The single source to get updated with the latest news regarding Artificial Intelligence.
https://github.com/bolado/ai-tracker

ai artificial-intelligence gin golang templ

Last synced: 18 days ago
JSON representation

The single source to get updated with the latest news regarding Artificial Intelligence.

Awesome Lists containing this project

README

        

# AI Tracker

This project aims to give users a quick, easy way to get the gist of news articles without needing to read the full text. For those interested in diving deeper, there’s also an option to navigate to the original article.

The app brings together a range of tools—like Go, HTMX, TailwindCSS, Docker, and OpenAI’s API—to make it all happen.

**The project can be found running [in here](https://aitracker.news).**

## Delivery

The project is delivered as a Docker container, which the image is made through GitHub Actions. The image is then pushed to GitHub Container Registry and can be pulled from there.

## Goals

| Feature | Status |
|---------------------|--------|
| Golang Backend | ✅ |
| Scraping | ✅ |
| TailwindCSS | ✅ |
| AI Summarization | ✅ |
| Docker | ✅ |
| GitHub Actions | ✅ |
| Content Pagination | ✅ |
| RSS Feed | ⏳ |
| Webhooks | ⏳ |

## Links

[Source Code](https://github.com/Bolado/ai-tracker)