Skip to content

McahitKutsal/lstm-drug-discovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First clone this repository

After cloned this repository there are two ways to run the python script and see the output.

First and recommended way is creating a python virtual environment and installing requirements that specified in requirements.txt.

Run following commands

-pip install virtualenv

-virtualenv venv

-.\venv\Scripts\activate.bat * (For windows) *

-source mypython/bin/activate * (For linux) *

-pip install -r requirements.txt

And execute main.py in order to see results in visualizations folder.

  • (It may take longer or shorter depending on the processing capacity of the computer you are using.) *

Run this command

-python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages