https://github.com/vuillaut/deepintegralcompton
Deep Learning applied to Integral data analysis
https://github.com/vuillaut/deepintegralcompton
Last synced: over 1 year ago
JSON representation
Deep Learning applied to Integral data analysis
- Host: GitHub
- URL: https://github.com/vuillaut/deepintegralcompton
- Owner: vuillaut
- License: mit
- Created: 2021-12-06T15:55:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T10:18:03.000Z (over 4 years ago)
- Last Synced: 2025-01-24T23:46:26.118Z (over 1 year ago)
- Language: Python
- Size: 6.16 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeepIntegralCompton
Deep Learning applied to Integral data analysis

## Module installation
Move to the root directory of the project and execute :
```
pip install .
```
## Running scripts
Scripts will be placed in the `deepcompton.scripts` submodule and can be run using :
```
python deepcompton/scripts/.py
```
You may also try directly the command (after installing the library):
```
deepcompton-reco-compton-density
```