https://github.com/aveygo/autoint
Fast global news: No ads, clickbait, or nonsense
https://github.com/aveygo/autoint
embeddings machine-learning news nlp rss
Last synced: 9 months ago
JSON representation
Fast global news: No ads, clickbait, or nonsense
- Host: GitHub
- URL: https://github.com/aveygo/autoint
- Owner: Aveygo
- License: agpl-3.0
- Created: 2024-12-08T19:46:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-26T21:24:44.000Z (about 1 year ago)
- Last Synced: 2025-05-26T22:26:59.742Z (about 1 year ago)
- Topics: embeddings, machine-learning, news, nlp, rss
- Language: Rust
- Homepage: https://aveygo.github.io/AutoInt/
- Size: 7.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Automated Intelligence
Fast global news: No ads, clickbait, or nonsense.
# Site
Visit it [here](https://aveygo.github.io/AutoInt/).
# Extras
If you are looking for how AutoInt works, checkout [extras](EXTRAS.md).
# Cool facts
- Written in 🔥rust🔥
- Version [0.2.0](https://github.com/Aveygo/AutoInt/releases) is out!
- Running on a pi 🥧
# Self Hosting
## Locally
1. Download the latest [release](https://github.com/Aveygo/AutoInt/releases) for your platform
2. Set as an executable: ```chmod +x autoint``` if using linux
3. Run the provided binary file
4. Go to http://localhost:8000
## Docker
1. Install docker
2. Run ```sudo docker run -p 8000:8000 --rm aveygo/autoint```
3. Go to http://localhost:8000