Skip to content

Commit 44dffbb

Browse files
committed
Updated the 'Project Goals' in Readme
1 parent 5cde05e commit 44dffbb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ Additionally, I integrated a **CI pipeline** on `Github Actions` for **code qual
1919
## 🎯 Project Goals
2020

2121
The objectives were:
22-
- Transition code from Jupyter Notebooks to a **production-ready**, **easily deployable** format.
23-
- Allow **easy** addition of models and their performance graphs in the pipeline.
24-
- Adopt the Kedro framework to produce **reproducible**, **modular**, and **scalable workflows**.
22+
- **Transition to Production**: Convert code from `Jupyter Notebooks` to a `production-ready` and easily deployable format.
23+
- **Model Integration**: Facilitate the straightforward addition of models, along with their performance metrics, into the pipeline.
24+
- **Workflow Optimization**: Utilize the `Kedro framework` to establish reproducible, modular, and scalable data workflows.
25+
- **CI/CD Automation**: Implement an **automated CI/CD pipeline** using `GitHub Actions` to ensure continuous testing and code quality management.
26+
- **Dockerization**: Develop a **Dockerized pipeline** for ease of use, incorporating `Docker volumes` for persistent data management.
2527

2628
## 🛠️ Preparation & Prototyping in Notebooks
2729

28-
Before I started making Kedro pipelines, I tried out my ideas in Jupyter notebooks. Check the `notebooks` folder to see how I did it:
30+
Before I started making `Kedro pipelines`, I tried out my ideas in Jupyter notebooks. Check the `notebooks` folder to see how I did it:
2931

3032
- **[EDA & Data Preparation - Energy_Forecasting.ipynb](./notebooks/EDA%20&%20Data%20Preparation%20-%20Energy_Forecasting.ipynb)**: Offers insights into how I analyzed the data and prepared it for modeling, including data preparation and cleaning processes.
3133

0 commit comments

Comments
 (0)