Skip to content

BacterialCellBiologyLab/eHooke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eHooke_1.0

Built with Python 3.6

---------------------------------------------------------

Currently this project requires the following libraries:

keras==2.2.4

scikit_image==0.15.0

newer versions of these libraries were not tested with current code

---------------------------------------------------------

Setup instructions:

1. Install Anaconda3 or Miniconda3

2. Clone or Download as zip this project

3. Open Terminal inside eHooke directory

4. Create the environment

conda env create --file environment.yml

5. Activate environment

conda activate eHookeEnvironment

7. Test setup (optional)

python test.py
if program asks you to save a report and pcc scores everything is properly running

---------------------------------------------------------

Usage Instructions:

1. Open Terminal inside eHooke directory

2. Activate environment (use if you created a new env)

conda activate eHookeEnvironment

3. Run eHooke with GUI

python interface.py

---------------------------------------------------------

Create an "executable":

On windows

1. Open a simple text editor
2. Write:
call activate eHookeEnvironment
python interface.py
call conda deactivate

3. Save file as run.bat (file extension needs to be .bat) inside eHooke folder

4. Create a shortcut for this file to run it from anywhere

Enjoy!

---------------------------------------------------------

Instructions Manual

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages