Skip to content

Atlas-X is an advanced intelligence system designed to combat terrorism and cybercrime in Morocco. Using AI and data analysis, it detects suspicious activities, monitors threats, and generates actionable intelligence reports, enhancing the ability of security agencies to respond swiftly and effectively to emerging dangers.

License

Notifications You must be signed in to change notification settings

Ismail-Benali/Atlas-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v 1 0 1

Overview

Atlas-X is a multi-language project that integrates backend services written in C++ and Go, a frontend application using HTML, and data analysis capabilities in Python. This project aims to provide a comprehensive solution for data processing and user interaction.

Project Structure

atlas-x
├── src
│   ├── backend
│   │   ├── cpp
│   │   │   ├── main.cpp
│   │   │   └── CMakeLists.txt
│   │   └── go
│   │       ├── main.go
│   │       └── server.go
│   ├── frontend
│   │   └── index.html
│   └── python
│       ├── analysis.py
│       └── model.py
├── tests
│   ├── cpp
│   ├── go
│   └── python
├── config
│   └── settings.json
├── README.md
└── LICENSE

Setup Instructions

Backend

  1. C++: Navigate to the src/backend/cpp directory and use CMake to build the C++ application.

    mkdir build
    cd build
    cmake ..
    make
  2. Go: Navigate to the src/backend/go directory and run the Go application.

    go run main.go

Frontend

Open the src/frontend/index.html file in a web browser to view the user interface.

Python

Run the Python scripts located in the src/python directory for data analysis and AI model training.

Testing

Unit tests for each component can be found in the tests directory. Use the appropriate testing framework for each language to run the tests.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Atlas-X is an advanced intelligence system designed to combat terrorism and cybercrime in Morocco. Using AI and data analysis, it detects suspicious activities, monitors threats, and generates actionable intelligence reports, enhancing the ability of security agencies to respond swiftly and effectively to emerging dangers.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published