The first thing to do is to clone the repository:
$ git clone https://github.com/rahul0101rock/ChatDetectionSystem-WebApp.git
$ cd ChatDetectionSystem-WebApp
Create a virtual environment to install dependencies in and activate it:
$ mkvirtualenv myenv
$ pip install django
$ workon myenv
Then install the dependencies:
(myenv)$ cd ChatDetectionSystem-WebApp
(myenv)$ pip install -r requirements.txt
Once pip
has finished installing the dependencies:
(myenv)$ python manage.py migrate
(myenv)$ python manage.py runserver
And 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 |
---|---|
![]() |
![]() |