SpectraGuru is currently under development! Thank you for your patience.
Find our documentation page: here!
SpectraGuru is a spectra analysis application designed to provide user-friendly tools for processing and visualizing spectra, aimed at accelerating your research. It functions as a dashboard or a specialized tool within a Python environment, organized with various modular functions that allow users to process spectroscopy data in a pipeline. SpectraGuru is based on the Python streamlit framework.
Our application is hosted here! Please use it directly, as easy as it can go.
You do not have to host it locally to use the application. But if you wish to deploy it locally, please follow these steps:
- 
Install Python and dependencies
SpectraGuru runs on:
altair==5.5.0 Authlib==1.6.5 deprecation==2.1.0 matplotlib==3.10.6 numpy==2.3.3 pandas==2.3.2 psycopg2==2.9.10 scikit_learn==1.7.2 scipy==1.16.2 seaborn==0.13.2 streamlit==1.49.1 streamlit_extras==0.7.8Or use requirements.txt to install the dependencies:
 
pip install -r requirements.txt
- Clone the main repo
 
cd <FILE LOCATION>
git clone https://github.com/FengboMa/SpectraGuru_beta.git
- Run Spectra Application Welcome.py
 - Run the following command
 
streamlit run SpectraGuru_beta/Spectra Application Welcome.py
- Your local version should be up in port 8501 by default in your favorite browser!
 
The project was started in Jun 2024 by Dr. Yiping Zhao and Dr. Xianyan Chen from the University of Georgia. See more about us!
If you have any questions, comments, and observations, please let us know! Email: [email protected].