Breaking thought Bubbles by reducing information biases.
Clone this Repo
git clone [email protected]:nicolascepeda/thinkerer.git
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
Run the backend
cd api
pip install -r requirements
python -m uvicorn index:app --reload
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.