Skip to content

vamdevvamsiR/ChatDetectionProject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web App for Active Chat Monitoring and Suspicious Chat Detection System Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.2%
  • CSS 39.1%
  • HTML 8.4%
  • Python 7.3%