An LLM-powered chatbot that allows users to confirm claims and fake news floating around various parts of the internet
- clone the repository
- run
pip install -r requirements.txt
on your terminal - enter the "FactCheckGPT folder and run
uvicorn main:app --port 5000
- run the
test.py
file for sample results
this app is supporting python3.10