Skip to content

advaitmb/PreDiction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conda create --name ENV_NAME python=3.8.2
conda activate ENV_NAME

If you are using anaconda

conda install -c fastai -c pytorch -c anaconda fastai==2.0.8 spacy==2.3.1  gh anaconda

If you are using miniconda

conda install -c fastai -c pytorch -c anaconda fastai==2.0.8 spacy=2.3.1 gh anaconda

For installing flask

conda install -c anaconda flask 

To run the code

python main_v2.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published