Skip to content

arunavabasucom/radis-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌱 Radis App

🏓 Production Deployment

RADIS app is a web application for Radis high-resolution infrared molecular spectra. Instead of writing code, this project aims to create an intuitive user interface (UI).

It use radis internally to produce spectrum, and the updated version and radis algorithm make it incredibly efficient to compute the millions of lines in only a few minutes.

Radis app leverages React 18 to offer the user interface, and FastApi on the backend. We are using react-hook-form for the fastest user experience and to maintain performance on the client slide. In the backend, we use FastApi to offer the fastest response.

✅ Installation

Locally

  • setup frontend
cd frontend  # go to frontend directory
yarn install # install all dependencies
yarn start # to start local dev server
  • setup backend
cd server
pip install -r requirements.txt # to install all packages
uvicorn main: app --reload # to run a local server

If you are getting a library not found for -lhdf5 error on MacOS, you can try the following

If you haven't already, install Homebrew for MacOS.

brew install hdf5 # install the possibly missing library
export HDF5_DIR=/opt/homebrew/opt/hdf5  # fix Homebrew directory bug

After this, you can re-run pip install -r requirements.txt.

Docker

We are also working to support installation using Docker.

✅ Usage

We created this app with the intention of giving both researchers and non-researchers access to the most valuable elements of Radis via a straightforward online application. Our team and contributors are always trying to make the app better. The app has additional features and capabilities in newer versions.

👉 some of main features :

  • Ploting spectra

plot

  • Exporing spectra

download

  • Overlay spectra

download

✅ License

LGPL-3.0 license