atibani6012-sys/log-parser-ai
GitHub: atibani6012-sys/log-parser-ai
Stars: 0 | Forks: 0
# log-parser-ai
## Installation
pip install log-parser-ai
# or
git clone https://github.com/atibani6012-sys/log-parser-ai.git
cd log-parser-ai
pip install -r requirements.txt
## Usage
python main.py --help
python main.py /path/to/project
python main.py /path/to/project --output report.json
## Features
- ✅ Parses and analyzes application logs to extract error patterns, performance metrics, and anomalies
- ✅ Built with Cursor using GPT-4o
- ✅ JSON and text report output
- ✅ Configurable analysis depth
- ✅ CI/CD integration ready
- ✅ Cross-platform support
## How It Works
This tool uses AI-powered analysis to process files and data with parallel execution.
### Architecture
log-parser-ai/
├── main.py # Main entry point
├── analyzer.py # Core analysis engine
├── reporter.py # Report generation
├── utils.py # Utility functions
├── requirements.txt # Dependencies
└── README.md # This file
## Requirements
- Python 3.8+
- See `requirements.txt` for dependencies
## License
MIT License
## Screenshots
### Code Analysis

### CLI Output

### Report
