Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nata-vito/trackerplot
Lib to data processing
https://github.com/nata-vito/trackerplot
Last synced: 20 days ago
JSON representation
Lib to data processing
- Host: GitHub
- URL: https://github.com/nata-vito/trackerplot
- Owner: nata-vito
- License: mit
- Created: 2023-10-24T23:39:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T17:26:23.000Z (about 1 year ago)
- Last Synced: 2023-11-07T14:43:34.885Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dbscanLib
Lib to data processing
- Python 3.9.16```
# Create a virtual env
conda create -n dbs python==3.9.16# Activate the virtual env
conda activate dbs# Upgrade pip
pip install --upgrade pip# Clone repository
git clone https://github.com/nata-vito/dbscanLib.git# Install dependencies
cd dbscanLib
pip install -r requirements
```