Skip to content

Commit

Permalink
Creating backbone of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mchevalier2 committed Aug 8, 2024
1 parent e81f6e4 commit b8d6b50
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# sensors-and-more
A project to analyse sensors data

In this project, I will apply all the concepts (re)learned in the
[data-upskilling](https://benjamin-dubreu.systeme.io/programme-data-upskilling)
formation.
## Context

This data analysis and visualition project was triggered by a [data-upskilling](https://benjamin-dubreu.systeme.io/programme-data-upskilling) training course I recently followed to acquaint myself with tools commonly used by data scientists. With this project, I used and combined all the different concepts I learned in the class.


**Note**: This project is not about the data illustrated in the final streamlit app. It is all about showcasing my capacity at creating a robust infrasture and data processing pipeline.



This project will follow five different routes:
1. Creating an API that generates data
Expand All @@ -13,3 +17,24 @@ This project will follow five different routes:
5. An Airflow DAG to automatise the data update.

Let's get started.

## The general idea



## The details


### Creating the data


### Accessing the data remotely


### Processing the data


### Analysing and visualising


## Next steps

0 comments on commit b8d6b50

Please sign in to comment.