MindFort is an educational platform designed to build resilience against misinformation through cognitive inoculation. It features an interactive chat experience with Forty, an AI character who challenges your beliefs to help you strengthen them.
- Public Mode (
/): A simplified, guest-accessible educational flow for general users. - Researcher Mode (
/study): The original 5-stage research study version (requires sign-in).
The easiest way to run the whole project is using Docker Compose:
docker-compose upNavigate to http://127.0.0.1:8000 to see the public landing page.
- Install dependencies:
pip install -r requirements.txt - Run the application:
python app.py - Obtain and enter your OpenAI API key in
chatgpt.py.
The project uses SQLite. The database is stored in the database/ directory.
Contact: anonymous@anonymous.com