Skip to content

Masrik-Dahir/Cronus

Repository files navigation

Cronus: An Automated Feedback Tool for Concept Maps Comparing

Python Package using Conda CodeQL

Security And Forensics Engineering Lab, Virginia Commonwealth University

Faculty Professor: Dr. Irfan Ahmed

The repository is a research project which I have been conducting under the SAFE Lab of VCU. The project intends to compare camp files and provide similarities. It is written in python- the program also involves natural language processing and machine learning.

Configuration

  1. Install Graphviz
  2. Clone the repository
  3. Go to the repository folder
  4. Run requirement.bat

Run

python diagram.py <instructor_cxl_direcotry> <student_cxl_direcotry>

Example (Ubuntu, Windows)

git clone "https://github.com/Masrik-Dahir/Cronus.git";
cd Cronus;
.\requirement.bat;
python diagram.py 'ConceptMapFiles\CXLFiles\ComputerSecurity\Instructor\Module1IntroductionComputerSecurity\Lesson1ComputerSecurityOverview\CS_Overview.cmap.cxl' 'ConceptMapFiles\CXLFiles\ComputerSecurity\Student\Module1IntroductionComputerSecurity\ICSAnonymous6.cmap.cxl';

Result

image

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published