Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bolado/ai-tracker
- Owner: Bolado
- Created: 2024-09-30T22:08:07.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T00:20:52.000Z (20 days ago)
- Last Synced: 2024-10-27T13:06:58.828Z (19 days ago)
- Topics: ai, artificial-intelligence, gin, golang, templ
- Language: Go
- Homepage: https://aitracker.news
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)