Ryan21wy / EasyCID

Component Identification with Raman Spectroscopy Made Easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyCID:Component Identification with Raman Spectroscopy Made Easy

EasyCID is a practical and efficient tool for analyzing unknown mixtures with Raman spectroscopy. EasyCID provides a total workflow of component Identification consisting of three functions: create the spectral database for managing Raman spectra, build the CNN model for each pure compound in spectral database, and identify the components in the unknown mixtures automatically and efficiently. In EasyCID, all the above functions can be easily implemented with the assistance of the graphical user interface (GUI).

Installation

The current install version of EasyCID only supports Windows 64-bit version. It has been test on Windows 7, Windows 10 and Windows 11.

Install Package: EasyCID-1.0.0-Windows.exe

Note: When installing, please do not change the default folder name (EasyCID).

Development version

  1. Install Anaconda or Miniconda

  2. Install Git

  3. Open commond line, create environment and enter with the following commands:

     conda create -n EasyCID python=3.7
     conda activate EasyCID
    
  4. Clone the repository and enter:

     git clone https://github.com/Ryan21wy/EasyCID.git
     cd EasyCID
    
  5. Install dependency with the following commands:

     pip install -r requirements.txt
    
  6. Run MainCode.py:

     python MainCode.py
    

Usage

  1. Build Database & Import Data
EasyCID_cut12.mov
  1. Training CNN Models
EasyCID_cut3.mov
  1. Prediction
EasyCID_cut4.mov
  1. Save Results
EasyCID_cut5.mov

The Full video for using the EasyCID is available at the video folder.

For the details on how to use EasyCID, please check PDF ducomentation.

The html ducomentation and a demo are provided in the EasyCID GUI.

Contact

Wang Yue
E-mail: ryanwy@csu.edu.cn

About

Component Identification with Raman Spectroscopy Made Easy

License:MIT License


Languages

Language:Python 100.0%