Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 528 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 528 Bytes

AI-Challenge-2023

First place solution for medicine topic in AI Challenge 2023

You can see the presentation of the solution here: link

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