Skip to content

SmartData-Polito/CFA-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFA-bench

Installation

Ensure to have tshark installed on your machine. Otherwise run

apt-get install tshark

Create and activate a virtual environment

python3 -m venv .venv
source .venv/bin/activate

Install the library and the required packages

./setup.sh

Export the project folder path variable

echo "PROJECT=$(pwd)" > .env

and the OpenAI API key

echo "OPENAIKEY=PUT_YOUR_API_KEY_HERE" >> .env

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages