Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ggsmith842/sigint-analysis
- Owner: ggsmith842
- Created: 2023-11-04T17:26:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T20:35:19.000Z (10 months ago)
- Last Synced: 2024-01-28T22:37:06.345Z (10 months ago)
- Topics: intelligence-analysis, nlp, sigint
- Language: Jupyter Notebook
- Homepage:
- Size: 704 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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