-
The classifier uses Groq to query LLMs. Follow Groq key to create a free account and get an API key.
-
The backend uses NewsAPI to source some articles. Get an API key here.
-
The webpage uses node.js to run the local server. Install node.js here.
-
Copy the environment template: In your terminal do
cp apikey.env.template apikey.env. -
Add your own API keys to
apikey.env. -
Do
chmod +x start.shand then run./start.sh.