alfonsodelavega commited on
Commit
b889967
·
1 Parent(s): e2e8018

Update README

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -15,9 +15,10 @@ short_description: Web app to calculate Mie extintion coeffitients
15
 
16
  ## Metadatos TfxHoF
17
 
18
- - Autor: [Sergio Salas Sánchez]()
19
  - Título: [Herramienta web para comparar la dispersión de luz por partículas esféricas de diferentes materiales mediante cálculos de Mie]()
20
  - Fecha: Junio 2025
 
21
 
22
  ---
23
 
@@ -25,14 +26,16 @@ short_description: Web app to calculate Mie extintion coeffitients
25
 
26
  MieWeb is an interactive tool designed to compare the electromagnetic scattering response of different materials using Mie theory. It allows users to graphically visualize the absorption and scattering properties of optical materials, making it easier to compare their characteristics without requiring programming knowledge.
27
 
 
28
 
29
- ## Requirements
30
 
31
- - python==3.12
32
- - requirements.txt
33
 
 
34
 
35
- ## Installation Guide
 
36
 
37
  ### 1. Clone the Repository and navigate into mieWeb
38
 
 
15
 
16
  ## Metadatos TfxHoF
17
 
18
+ - Autor: [Sergio Salas Sánchez](https://www.linkedin.com/in/sergio-salas-s%C3%A1nchez-6093a5364/)
19
  - Título: [Herramienta web para comparar la dispersión de luz por partículas esféricas de diferentes materiales mediante cálculos de Mie]()
20
  - Fecha: Junio 2025
21
+ - Link: https://huggingface.co/spaces/alfonsodelavega/mieweb
22
 
23
  ---
24
 
 
26
 
27
  MieWeb is an interactive tool designed to compare the electromagnetic scattering response of different materials using Mie theory. It allows users to graphically visualize the absorption and scattering properties of optical materials, making it easier to compare their characteristics without requiring programming knowledge.
28
 
29
+ ## Online tool
30
 
31
+ The tools is currently available online in a [HuggingFace space](https://huggingface.co/spaces/alfonsodelavega/mieweb).
32
 
33
+ ## Local Installation Guide
 
34
 
35
+ ### Requirements
36
 
37
+ - python==3.12
38
+ - requirements.txt
39
 
40
  ### 1. Clone the Repository and navigate into mieWeb
41