Skip to content

MDverse/mdde2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDverse data explorer 2

Setup environment

We use uv to manage dependencies and the project environment.

Clone the GitHub repository:

git clone https://github.com/MDverse/mdde2.git
cd mdde2

Sync dependencies:

uv sync

Get data and models

wget ...
wget ...
wget ...

Launch web app

Developpment mode

To launch the FastAPI web app, run:

uv run fastapi dev main.py

The app should be available at the following URL:

http://127.0.0.1:8000/

To access the datasets-information search page, add /search to the URL:

http://127.0.0.1:8000/search

Production mode

uv run uvicorn main:app --reload

Releases

No releases published

Packages

No packages published