Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 447 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 447 Bytes

AI-Challenge-2023

First place solution for medicine topic in AI Challenge 2023

First of all install all dependencies:

$ pip install -r inference/requirements.txt

Edit paths in inference/main.py. Example:

answer = predict_inference('/Users/danil/AIIJC_FINAL/DATA/train', display_time=True)

dump_pickle('/Users/danil/AIIJC_FINAL/DATASETS/last_predict_train.pickle', answer)

Then run:

python inference/main.py