The first thing to do is to clone the repository:
$ git clone https://github.com/rahul0101rock/ChatDetectionSystem-WebApp.git
$ cd ChatDetectionSystem-WebAppCreate a virtual environment to install dependencies in and activate it:
$ mkvirtualenv myenv
$ pip install django
$ workon myenvThen install the dependencies:
(myenv)$ cd ChatDetectionSystem-WebApp
(myenv)$ pip install -r requirements.txtOnce pip has finished installing the dependencies:
(myenv)$ python manage.py migrate
(myenv)$ python manage.py runserverAnd navigate to http://127.0.0.1:8000/ or http://localhost:8000/.
| Chat Page | Suspicious Chat Page |
|---|---|
![]() |
![]() |
| Home Page | Profile Page |
|---|---|
![]() |
![]() |
| Login Page | SignUp Page |
|---|---|
![]() |
![]() |





