Skip to content

taghreed34/FP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FP

  • After Cloning the repo and going to main branch:

1- Create a conda environment called FP with python version 3.7.0:

conda create -n FP python==3.7.0

2- Activate the environment:

conda activate FP

3- Install the requirements:

pip install -r requirements.txt

4- Go to the dir called FP from the anaconda prompt and make sure the FP env is activated, then run test.py from the prompt:

python test.py

5- You could change the testing sample in test.py and run it again to make sure that the pipeline works fine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages