Skip to content

anandawa/profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profiler

Setup

Python version 3.10+

# create virtual env
python -m venv env
source env/bin/activate

# Install packages
pip install -r requirements.txt

API

Launch the web app:

uvicorn api:app --reload

Profile

  1. Head over to where the server is running.
  2. Upload a CSV file
  3. Check out the results

Share

  1. Copy the browser URL and share it :)

CLI

python cli.py -i <CSV input file>

Result is created to profile_results as an HTML file.

About

Tool to profile the data from file.(csv)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors