This project was build as part of the Cohere AI 48-hour Hackathon #3
- Debait is a Conversational AI designed to debate about an article/topic of your choice.
- It uses Co:here’s Generate and Classify models
- With a bit of prompt engineering, history modelling and classification we can obtain a very powerful output from Co:here’s model!
- Clone this repo
- Add your API KEY into
/config/config.envfrom co:here. Read the docs here for help. - Create an environment on Python 3 and install the packages from the
requirements.txtfile - To start the application run
main.py
- Fake News – Help prevent polarising users through social media exposure
- Education – Help develop ideas, expand students’ critical thinking skills, articulation, research skills, and resolution of conflict.
- Content Generation for Media - Articles, magazines and blogs can use Debait to generate content and ideas.
- Better GUI and Faster AI Response
- Fine-tuning the Co:here Generate model and using more data for Co:here Classify
- Allow user to control the tone and length of the response from the AI
- Show more metrics with response to move towards explainable AI



