Skip to content

killica/DrugDiscovery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DrugDiscovery

Project for Computational intelligence course. Genetic algorithm for discovery of molecular structures with potential medical properties, using developed GUI application.

🔧 Prerequisites

Before you start, make sure you have the following installed:

  • PyQt5: A set of Python bindings for Qt libraries to create graphical user interfaces.
  • matplotlib
  • RDKit: A collection of cheminformatics and machine learning tools.

To install these dependencies, execute either set of the following commands:

Installation via pip:

pip install pyqt5
pip install rdkit

Installation via conda:

conda install pyqt5
conda install -c conda-forge rdkit

To run the application, clone this repository, and after positioning in the project directory, execute the following commands:

cd geneticAlgorithm
python3 main.py

🖼️ Gallery

intro

afterLaunch

📸 Demo video

demo.mp4

About

Project for Computational intelligence course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors