Giter VIP home page Giter VIP logo

mecc's Introduction

MECC



Miscellaneous Educational Cybersecurity Chatbot.

Specialized chatbot for cybersecurity education and sensibilization.

Key FeaturesHow To UseDownloadLicense

If available, you can discuss with MECC here.

MECC image

Key Features

  • Display usefull ressources about protecting personal data.

  • Capture d’écran 2023-02-19 à 19 05 47
  • Take a quiz to see how much you know about cybersecurity and see your weaknesses.

  • Capture d’écran 2023-02-19 à 19 06 59
  • Cybersecurity teacher on various themes.

  • Text and video capsule to learn more about cybersecurity.

  • Capture d’écran 2023-02-19 à 18 57 57
  • Senzibilization on data shared online.

  • Capture d’écran 2023-02-19 à 19 16 46

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.

Setting up environment variable

Create an .env file in the backend/ folder based on the .env.template file.

You have to define :

  • DIALOGFLOW_PROJECT_ID -> ID of the dialogflow app for your chatbot
  • DIALOGFLOW_SESSION_ID -> Random string
  • DIALOGFLOW_LANGUAGE_CODE -> Set up to the preferred language

Learn more here

Starting the app

From a first command line:

# Clone this repository
$ git clone https://github.com/Scylidose/MECC

# Go into the repository
$ cd MECC/

# Create virtual environment
$ python3 -m venv venv

# Activate virtual environment
$ source ./venv/bin/activate

# Install requirements
$ pip install -r requirements.txt

# Go into the backend repository
$ cd backend/

# run the Flask app in the background
./bootstrap.sh &

From another command line:

# Go into the frontend repository
$ cd frontend/

# Install dependencies
$ npm install

# run the Angular application
$ ng serve

Download

You can download the latest installable version of MECC.

License

MIT

mecc's People

Contributors

scylidose avatar dependabot[bot] avatar

Watchers

 avatar

mecc's Issues

Bug in a Dialogflow intent

There is a bug where the user isn't redirected to an intended intent text at the end of the training phase.

Expected behaviour :

The user clicks on the "Lets end here" button after the training phase and MECC ask the user to enter his e-mail address

Present behaviour :

The user clicks on the "Lets end here" button after the training phase but MECC keeps the user on training him on the password theme

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.