Giter Site home page Giter Site logo

basuarunava / radis-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arunavabasucom/radis-app

1.0 0.0 0.0 4.02 MB

A web app for high-resolution infrared molecular spectra using RADIS

Home Page: https://radis.app

License: GNU Lesser General Public License v3.0

JavaScript 0.06% Python 96.99% TypeScript 2.85% CSS 0.03% HTML 0.07%

radis-app's Introduction

🌱 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

radis-app's People

Contributors

arunavabasucom avatar suzil avatar dependabot-preview[bot] avatar dependabot[bot] avatar erwanp avatar renovate[bot] avatar anubhav2102 avatar kevinmonisit avatar minouhub avatar

Stargazers

Arunava Basu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.