diff --git a/docs/.gitbook/assets/blackbird_prinscreen_ai.png b/docs/.gitbook/assets/blackbird_prinscreen_ai.png new file mode 100644 index 00000000..fb7d6b09 Binary files /dev/null and b/docs/.gitbook/assets/blackbird_prinscreen_ai.png differ diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index fae864c7..7e6f0384 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -4,4 +4,5 @@ * [▶️ Getting Started](getting-started.md) * [🔍 Basic Usage](basic-usage.md) * [🕵️ Advanced Usage](advanced-usage.md) +* [✨ AI](ai.md) * [👷‍♀️ Use Cases](use-cases.md) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 9f942509..4b19b0b0 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -78,7 +78,7 @@ python blackbird.py --filter "e_string=@101010.pl or m_code<=404" --username cra ### Enhanced Instagram Account Metadata Extraction -The tool is able to extract additional, valuable metadata from Instagram profiles, such as **obfuscated email and phone number information**. This richer data set provides deeper insights and is particularly useful for analytical and investigative purposes. To take advantage of the enhanced Instagram account metadata extraction functionality, you need to set the `INSTAGRAM_SESSION_ID` in your `.env` file. +The tool is able to extract additional, such as **obfuscated email and phone number information**. To take advantage of the enhanced Instagram account metadata extraction functionality, you need to set the `INSTAGRAM_SESSION_ID` in your `.env` file.
diff --git a/docs/ai.md b/docs/ai.md new file mode 100644 index 00000000..a1bd34e7 --- /dev/null +++ b/docs/ai.md @@ -0,0 +1,24 @@ +# ✨ AI + +
+ +Blackbird uses AI-powered NER models to improve metadata extraction, identifying key entities for faster and more accurate insights. + +## Setup + +#### Install Blackbird NER Model + +```bash +pip install en-blackbird-osint-ner +``` + +## Usage + +To utilize the AI-powered model, use the `--ai` parameter when executing the tool. + +```bash +python blackbird.py --username p1ngul1n0 --ai +``` + +Blackbird will automatically extract relevant metadata using AI. Results will be marked with a robot emoji (🤖) next to it for easy identification. +