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

https://github.com/upes-open/open-cryptocurrency-analysis

A web app to visualise and predict the cryptocurrency’s impact by using Web scraping, data exploration, EDA and Data Visualization.
https://github.com/upes-open/open-cryptocurrency-analysis

analysis cryptocurrency data-analysis data-science data-visualization jupyter-notebook streamlite visualization

Last synced: about 1 year ago
JSON representation

A web app to visualise and predict the cryptocurrency’s impact by using Web scraping, data exploration, EDA and Data Visualization.

Awesome Lists containing this project

README

          

# Open-Cryptocurrency-Analysis

Utilizing artificial intelligence to analyze cryptocurrency's
impact. All the way from scraping data, to data exploration and
performing EDA, to data visualization and hosting.


## Project Structure

├── LICENSE
├── README.md <- The top-level README for developers/collaborators using this project.
├── original <- Original Source Code of the challenge hosted by OPEN. Can be used as a reference code for the current project goal.

├── reports <- Folder containing the final reports/results of this project
│   └── README.md <- Details about final reports and analysis 
│  
├── src <- Source code folder for this project

├── data <- Datasets used and collected for this project

├── visualizations <- Individual code and Visualization in Jupyter notebook

├── Streamlite <- Individual code and Visualization dashboards generated for the project

└── results <- Folder to store Final analysis and modelling results and code.

## Project Setup

Open the Command line or Terminal

- Clone the repository

```
git clone https://github.com/upes-open/Open-Cryptocurrency-Analysis
```
- Move to the folder

```
cd Open-Cryptocurrency-Analysis
```
- To open with VSCode
```
code .
```
- To open with jupyter notebook (or maually open using jupyter notebook app)
```
jupyter notebook
```