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

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

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