Anonymous Chat room using Django ASGI with profanity filter and sentiment analyzer.
The main purpose is to provide a safe space for people to vent their emotions out. Our goal is to help achieve a better future in the field of mental health.
- Install Docker
- Run redis server
docker run -p 6379:6379 -d redis:5
- Install requirements using pip, from requirements.txt
python ventroom/manage.py makemigrations
python ventroom/manage.py migrate
python ventroom/manage.py runserver
- docker build -t ventroom .
- docker run -p 8000:8000 ventroom
Made for Frosthack'21