MalanaNeuralNetwork

Description

Malware Analysis Neural Network project.


Table of Contents


Getting Started

  • Requirements

    • Python3 v3.9.5
  • Installation

    • Clone

      git clone https://github.com/csdcti/MalanaNeuralNetwork.git
    • Set-Up

      • VENV

        python3 -m venv env

        Set your shell to use the venv paths for Python by activating the virtual environment.

        • macOS

          source env/bin/activate
        • Windows

          .\env\Scripts\activate
        • Linux

          source env/bin/activate
    • Install

    pip install -r requirements.txt
    • Start

    python3 main.py
    • Stop

      Write to Requirements.txt. (If new packages were installed).

      pip3 freeze > requirements.txt

      Disable venv for the project.

      deactivate

Usage

GitHub

View Github