Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ggsmith842/sigint-analysis

Analysis of signals data including COMINT and ELINT using pandas, networkx, and natural-language-processing techniques.
https://github.com/ggsmith842/sigint-analysis

intelligence-analysis nlp sigint

Last synced: about 2 hours ago
JSON representation

Analysis of signals data including COMINT and ELINT using pandas, networkx, and natural-language-processing techniques.

Awesome Lists containing this project

README

        

# sigint-analysis
Analysis of signals data using pandas, networkx, and natural-language-processing techniques.

## Outcomes

1. Visualize the different types of singals in the data.
2. Identify entities and relationships.
3. Prioritize messages based on sentiment and keywords.

This project uses data generated by Bard (Google's LLM-based AI).

## Scenario


Sigint-Analysis

A signals analyst has been given a dataset that contains entries collected over the last 12 hours.

The analyst must look for any important information in the data and also think about ways to fuel decision making when future data becomes available.

## Tools Used
- Pandas
- Network
- NLTK