Python version 3.10+
# create virtual env
python -m venv env
source env/bin/activate
# Install packages
pip install -r requirements.txt
Launch the web app:
uvicorn api:app --reload
- Head over to where the server is running.
- Upload a CSV file
- Check out the results
- Copy the browser URL and share it :)
python cli.py -i <CSV input file>
Result is created to profile_results as an HTML file.