Skip to content

nicolascepeda/thinkerer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thinkerer

Breaking thought Bubbles by reducing information biases.

Setup

Clone this Repo

git clone git@github.com:nicolascepeda/thinkerer.git

Frontend

Create a file called app/.env

REACT_APP_WHISPER_API_KEY="YOUR API KEY HERE"
REACT_APP_BACKEND_API="http://localhost:8000" # this should be a good default

Run the frontend

cd app
npm install
npm run

Backend

Run the backend

cd api 
pip install -r requirements
python -m uvicorn index:app --reload

Research

Contains Jupyter notebook files to find news about a certain topic, summarize it, remove political biases of the news and point out the divergent views on the same topic.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published