Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.44 KB

File metadata and controls

47 lines (36 loc) · 1.44 KB

ChatDetectionSystem WebApp

Setup

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/.

Project Preview

Chat Page Suspicious Chat Page
Chat Page Suspicious Chat Page
Home Page Profile Page
Home Page Profile Page
Login Page SignUp Page
Login Page SignUp Page