Skip to content

Custom python library for car data analysis.

Notifications You must be signed in to change notification settings

Penn-Electric-Racing/PER-Data-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PER-Data-Analyzer

PER's in-house library for log parsing and data analysis.

Installation

Option 1: Developer Installation:

Also useful if you would like to directly use the Tutorial notebook.

  1. Clone the repository:

    git clone https://github.com/Penn-Electric-Racing/PER-Data-Analyzer.git
  2. Setup the development environment:

    cd PER-Data-Analyzer
    python -m venv .venv
    .\.venv\Scripts\activate  # On Windows
    source .venv/bin/activate  # On macOS/Linux
    
    pip install -r requirements.txt
    pip install -e .

Option 2: Direct Installation

Not easy to modify and iterate on the source code, but useful for quick setup and utilizing the library in external environments like Google Colab.

  1. Install via pip:

pip install git+https://github.com/Penn-Electric-Racing/PER-Data-Analyzer.git@main

Code Demo

See Tutorial.ipynb

About

Custom python library for car data analysis.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •