Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1001 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 1001 Bytes

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.