Skip to content

JNU-econovation/scAIence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predict bitter or sweet molecules and compare molecular substructures

This project is designed to predict whether a given molecule is bitter or sweet, and to compare the molecular substructures of different molecules. It uses machine learning algorithms to analyze the chemical properties of the molecules and make predictions based on those properties. also this project made by scAIence team in the Econovation.

Installation

To install this project, you will need to have Python 3 installed on your system. You can then install the required dependencies using pip:

pip install -r requirements.txt

Usage

To use this project, you will need to provide a dataset of molecules in SMILES format. You can then use the predict.py script to make predictions on the dataset:

This will generate a CSV file containing the predicted bitterness or sweetness of each molecule in the dataset.

License

This project is licensed under the MIT License - see the LICENSE file for details.