Skip to content

Automated spectroscopy analysis for the 2024 LLM Hackathon for Applications in Materials and Chemistry

License

Notifications You must be signed in to change notification settings

ATOMSLab/LLMSpectroscopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLMSpectroscopy

Automated spectroscopy analysis for the 2024 LLM Hackathon for Applications in Materials and Chemistry

Results

Final statistics on the dataset are stored in results.csv file

Setting up the Project

Follow these steps to set up the project on your local machine:

Prerequisites

  • Python 3.x
  • pip package manager

Installation

  1. Clone the repository:
git clone https://github.com/ATOMSLab/LLMSpectroscopy.git
  1. Navigate to the project directory:
cd LLMSpectroscopy
  1. Create and activate a virtual environment :
python3 -m venv env
source env/bin/activate  
  1. Install the required packages:
pip3 install -r requirements.txt

Downloading Datasets

To download the necessary datasets, run the following command:

python3 dataset.py

License

This project is licensed under the MIT License.

About

Automated spectroscopy analysis for the 2024 LLM Hackathon for Applications in Materials and Chemistry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published