Automated spectroscopy analysis for the 2024 LLM Hackathon for Applications in Materials and Chemistry
Final statistics on the dataset are stored in results.csv file
Follow these steps to set up the project on your local machine:
- Python 3.x
- pip package manager
- Clone the repository:
git clone https://github.com/ATOMSLab/LLMSpectroscopy.git
- Navigate to the project directory:
cd LLMSpectroscopy
- Create and activate a virtual environment :
python3 -m venv env
source env/bin/activate
- Install the required packages:
pip3 install -r requirements.txt
To download the necessary datasets, run the following command:
python3 dataset.py
This project is licensed under the MIT License.