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: 2 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-23T21:50:26.000Z (4 months ago)
- Last Synced: 2025-01-23T22:24:32.807Z (4 months ago)
- Topics: embeddings, machine-learning, news, nlp, rss
- Language: Rust
- Homepage: https://aveygo.github.io/AutoInt/
- Size: 7.31 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