Vianu enables developers to access tools applicable to life sciences and healthcare.
Project description
vianu
Together we are building an Open Source Community for Life Sciences.
Vianu is a Python package designed for developers working in the life sciences and healthcare sectors. It provides access to a variety of tools and workflows, allowing users to quickly build, validate, and deploy data-driven applications.
Available Tools
- Lasa: A tool for phonetic comparison of novel drug names with authorized ones from different locations.
- FraudCrawler: A data ingestion and transformation pipeline for real-world healthcare data.
- SpoCK: A tool to search public websites for spotting adverse drug reactions
- DrugSafetyCompare: A tool to search for published drug labels and compare their safety profiles. See in action
Installation
To install Vianu, use the following command:
pip install vianu
Alternatively, you can install vianu from source:
git clone https://github.com/smc40/vianu.git
cd vianu
poetry install
poetry shell
Usage
Lasa
TBD
Launch a Demo App
Launch a Demo Pipeline
cd vianu/lasa
poetry install
poetry shell
python -m vianu.tools.tici.launch_demo_pipeline
FraudCrawler
Launch a Demo App
python vianu/fraudcrawler/launch_demo_app.py
Launch a Demo Pipeline
python -m vianu.fraudcrawler.launch_demo_pipeline
DrugSafetyCompare
DrugSafetyCompare is a tool designed to help users search for drugs, retrieve product information from Germany and Switzerland, extract adverse events, and compare side effects using SOC (System Organ Class) classification. Leveraging OpenAI's GPT-4 and interactive visualization tools, DrugSafetyCompare provides a comprehensive overview of drug safety profiles.
Launch a Demo App
To lauch the demo app do the following:
poetry install
poetry shell
python vianu/tools/drugsafetycompare/launch_demo_app_count.py
Or simply launch the starter-script:
vianu_drugsafetycompare_app
Launch a Demo Pipeline
poetry install
poetry shell
python -m vianu.drugsafetycompare.launch_demo_pipeline
SpoCK
Launch a Demo App
python vianu/spock/launch_demo_app.py
Launch a Demo Pipeline
python -m vianu.spock.launch_demo_pipeline
Run tests
To run all tests with a covarage report run:
pytest --cov-report=html tests/tests-*/* -s
Contributing
We welcome contributions from the community! Please read the CONTRIBUTING.md for guidelines on how to get started.
Code of Conduct
We strive to create a welcoming environment for everyone. Please read our Code of Conduct for more details.
License
This project is licensed under the MIT License.
Feedback and Support
For any issues or feature requests, please use the GitHub Issues page.
Acknowledgments
We thank all contributors and the broader open-source community for their support and feedback.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vianu-0.1.4.tar.gz.
File metadata
- Download URL: vianu-0.1.4.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0808e1c0a7d2717ed5d2b005f6faddf27ec99bedc632fbcb79ce888f02f4e93
|
|
| MD5 |
a2ee641d6d2b771a7a13d592359ad748
|
|
| BLAKE2b-256 |
32b85f952d9b99770384f43a2ab3f15b43c17662999fa09f270a7cf3d1ca0fb4
|
File details
Details for the file vianu-0.1.4-py3-none-any.whl.
File metadata
- Download URL: vianu-0.1.4-py3-none-any.whl
- Upload date:
- Size: 2.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01bf7df54710ffd10776500976dafb5ddd733b8fc551fec8d5c60b78d97b4346
|
|
| MD5 |
d019f4b667269fd1398ca7b2ab752e1a
|
|
| BLAKE2b-256 |
cdab4d75ebc7b9f51d3ed74ab796be2e43abbbc257c18866a18bb1ddab8e7034
|