A low-cost and easy-to-use tool for identifying substandard and falsified medicines
If it's not already installed, install uv
MacOS and Linux:
curl -LsSf https://astral.sh/uv/install.sh | sh
Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Program Arduino using the Arduino IDE and the file in df-arduino/df-arduino.ino
Run acquisition code using
uv run df-acquire.py
Results will be safed in comments.json.gz.
Analyze results using
uv run df-analyze.py path_to_directory
where path_to_directory
is the path to the directory containing the data files to be analyzed.
To recreate all data analysis in the paper, run
./build.sh