Skip to content

Commit

Permalink
Revert "The top-level README should direct users to the examples dir …
Browse files Browse the repository at this point in the history
…as this is the entry-point for github viewers"

This reverts commit 609301b.
  • Loading branch information
dagardner-nv committed Nov 14, 2023
1 parent 609301b commit fff7c63
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ NVIDIA Morpheus is an open AI application framework that provides cybersecurity
* [Getting Started with Morpheus](./docs/source/getting_started.md) - Using pre-built Docker containers, building Docker containers from source, and fetching models and datasets
* [Morpheus CLI Overview](./docs/source/basics/overview.rst) - Brief overview of the `morpheus` command line interface
* [Building a Pipeline](./docs/source/basics/building_a_pipeline.md) - Introduction to building a pipeline using the command line interface
* [Morpheus Examples](./examples/README.md) - Example pipelines using both the Python API and command line interface
* [Morpheus Examples](./docs/source/examples.md) - Example pipelines using both the Python API and command line interface
* [Pre-built Models and Datasets](./models/README.md) - Pretrained models with corresponding training, validation scripts, and datasets
* [Developer Guides](./docs/source/developer_guide/guides.md) - Covers extending Morpheus with custom stages

Expand Down
16 changes: 7 additions & 9 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ See the License for the specific language governing permissions and
limitations under the License.
-->

# Examples
* [Anomalous Behavior Profiling with Forest Inference Library (FIL) Example](./abp_nvsmi_detection/README.md)
* [ABP Detection Example Using Morpheus](./abp_pcap_detection/README.md)
* [GNN Fraud Detection Pipeline](./gnn_fraud_detection_pipeline/README.md)
* [Example cyBERT Morpheus Pipeline for Apache Log Parsing](./log_parsing/README.md)
* [Sensitive Information Detection with Natural Language Processing (NLP) Example](./nlp_si_detection/README.md)
* [Example Ransomware Detection Morpheus Pipeline for AppShield Data](./ransomware_detection/README.md)
* [Root Cause Analysis Acceleration & Predictive Maintenance Example](./root_cause_analysis/README.md)
* [SID Visualization Example](./sid_visualization/README.md)
## Morpheus CLI Examples

Examples run with the Morpheus CLI (`morpheus ...`) should be run from the repository root; otherwise, some filepath arguments may need to be changed.

## Morpheus run.py Examples

Examples run with python (`python run.py`) should be run from the example's directory; otherwise, relative Python imports may be broken.

0 comments on commit fff7c63

Please sign in to comment.