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: 12 months ago
JSON representation
Analysis of signals data including COMINT and ELINT using pandas, networkx, and natural-language-processing techniques.
- Host: GitHub
- URL: https://github.com/ggsmith842/sigint-analysis
- Owner: ggsmith842
- Created: 2023-11-04T17:26:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T20:35:19.000Z (about 2 years ago)
- Last Synced: 2025-04-06T08:37:25.737Z (about 1 year ago)
- Topics: intelligence-analysis, nlp, sigint
- Language: Jupyter Notebook
- Homepage:
- Size: 704 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
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