Skip to content

First place solution for medicine topic in AI Challenge 2023

Notifications You must be signed in to change notification settings

Vaneshik/AI-Challenge-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published