Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```