Skip to content

vieira86/PREDACTORS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PREDACTORS – Predicting Activity in Organic Samples

This project was bootstrapped with Create React App and implements a web platform designed for predicting the biological activity of organic molecules based on SMILES notation, using machine learning models trained from molecular docking simulations.

🔬 This platform was developed as part of the research article titled:
“Exploring the molecular potential of natural products against COVID-19 through Molecular Modeling and Machine Learning”,
submitted to the journal Next Research.


🌐 How the Platform Works

PREDACTORS offers an intuitive interface for researchers and chemists to predict whether a molecule is active or inactive against a selected biological target.

🔬 Steps to Use PREDACTORS:

  1. Access the platform: https://predactors.vercel.app
  2. Enter the SMILES code of the molecule in the input field.
  3. Wait 50 seconds to 1 minute while the system loads and processes the input through pre-trained machine learning models.
  4. View the prediction: the molecule will be classified as ATIVO (active) or INATIVO (inactive) based on its predicted interaction with the biological target.

💡 No docking software is needed — predictions are made using chemical descriptors and ML algorithms trained from docking data.


🚀 Available Scripts

In the project directory, you can run:

npm start

Runs the app in development mode.
Open http://localhost:3000 to view it in your browser.

npm test

Launches the test runner in interactive watch mode.

npm run build

Builds the app for production to the build folder.

npm run eject

⚠️ Note: this is a one-way operation. Once you eject, you can't go back!

BACKEND

⚠️ RENDER: Root directory: backend Build Command: pip install -r requirements.txt Start Command: uvicorn main:app --reload --host 0.0.0.0 --port 8000


👥 Authors

Rafael Vieira
Professor of Chemistry at the Federal Institute of Education, Science and Technology of Rondônia – Ji-Paraná – Brazil
ORCID: https://orcid.org/0000-0001-9003-3209

Vitor Hugo Batista
Undergraduate student in Chemistry at the Federal Institute of Education, Science and Technology of Rondônia – Ji-Paraná – Brazil

About

Predactors Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published