Skip to content

Commit

Permalink
Fix naming (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechBarczynski authored Jan 21, 2024
1 parent c45d10a commit dc816c3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: '3.9'
- run: cd data_microservice && pip install -r requirements.txt && pylint app.py && git add -A . && git diff-index --quiet HEAD || git commit --allow-empty -m "Lint code" && git push origin HEAD:master
- run: cd cancer_prediction_microservice && pip install -r requirements.txt && pylint app.py && git add -A . && git diff-index --quiet HEAD || git commit --allow-empty -m "Lint code" && git push origin HEAD:master
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# BITEhack2024 - Quit It

Welcome to **Quit It**! - an innovative social-media platform designed to support individuals in overcoming their habits with the help of friends. Unique features that seamlessly integrate community support and the proximity of your closest provide an effective platform for both you and your friends to conquer habits together.

## Introduction

Supporting individuals in overcoming addiction plays a [crucial](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3917180/pdf/IJNMR-19-19.pdf) role in their success on the challenging journey toward health and regaining control over their lives. Being open, empathetic, and providing support can expedite the recovery process, helping individuals conquer the challenges associated with addiction. Support not only builds strong social bonds but also inspires positive changes, creating an atmosphere where every step towards health is acknowledged and encouraged.

In the event of breaking the streak of addiction-free days, the application promptly notifies the user of this occurrence. Additionally, it provides specific information regarding potential risks associated with reverting to the addiction. For example, in the case of smoking cigarettes, the app may highlight the increased risk of developing lung cancer based on [research on Oxford](https://watermark.silverchair.com/zv800204000099.pdf?token=AQECAHi208BE49Ooan9kkhW_Ercy7Dm3ZL_9Cf3qfKAc485ysgAAA1QwggNQBgkqhkiG9w0BBwagggNBMIIDPQIBADCCAzYGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQM5lxTpp-hwvt6m-lYAgEQgIIDBy1IVgpXc-v6dZ6PC-7_eOKGh1dWkCDlGpS2QP8YNpjgidj2KggUs8v-5YAYOkxHrURv_hjv6_QIiFV9gn9KlxKf_f16EvU3GqMAcH2DPFlmsIUe0sMc3seNAF_ckyWqE4ELIe9tt0QUicQ2fm5iwNe0ynnbsMukD2BM16UNtc4dPjkHHnaEFAEORPaSBYcX2lHbax_PBhlUNz7EUEZtWmZ_aIwVqhAiGsTZurwZL9RuEAIxiE_mvSbm2Jc8GBpLal3GjkrRLMn0EIvUtRDqCqh4uW1pb8-lLj9skn8_cNjaXDFStpHrC141sr579gsUszPK2SnXg9_5vj9d57q4SNrCczKo_F_8wQybbnNOble_7DeWqnII8qYKa2gbD6rFI_Ail15ehx8NiXUNIaavbU1KoGwo66l6P0B3SKWoBCGBcHyNjGrizisiol3XEGNmVUuCRtt3n5ES08BRV1C9dpevw8ABoyw6UIUQNuTC9nqs0q5aRqvxLoOMTg38knv4U8SS04aTV9er3X9_xj9mCByy0xaUOmeo1-sqCCnf4FW2So5ASB0McrJ7nM4Fq-AiMA0aS07RULAAHBZLV06BX5m_L_Bpjo9x2ShvsVwchvgZk5XPXHUOuX88QXOPUOwkXPdVbjYjiF8N4khSe2Yv2ZncSm5-c0M2rZCLoOaQDMmhA8q5idC6Q9EuX_n5sm340_ZE2yDnTa6gvHtnkKM-CAxMQmYZlofzVUKJHA5h4nY--W00TYtbiCZ_Nmv0c76rUF757BQHENdRZZmjyEE94VXZndVunRjCx0NuA9EcKJGP-LmhC_L6ZOBUktXJVRvE86_hOidDU_caCkcHuKQOrTGt6S_jVpn6PQ08rNz_gL3tcE9qKaVXMlwoWqtjCu2ZSVUQiEpHme3Q24-2Bdyk2aKg4wyE0HovX_tMWcyN8kuFVRyWgLS57Sw6k73w1JhlIrSOgKMR1J2QcQLU_lbiyoqImQOEj_jFIBPwpsZSEbNiPrFuSTJtnNkUS0fh0gyhyKpIH9ICobE) and some other articles. This feature aims to emphasize the consequences of returning to the addiction and motivate the user to persist in their efforts to combat dependency.

## Features

Our app has the most important and few unique features

1. **Reports**
Expand All @@ -32,6 +35,7 @@ Our app has the most important and few unique features
- Celebrate and track significant milestones achieved in the process of overcoming addiction, motivating users with a sense of accomplishment.

## In Progress

Moreover, we designed some features for further development that will be avaliable in near future!

1. **Extended Support for Various Addictions and Medical Information**
Expand All @@ -51,18 +55,22 @@ Moreover, we designed some features for further development that will be avaliab
- Integrating photos adds credibility to the reports, enabling the community to support each other more effectively on the journey to health and freedom from addiction.

## Installation

### Frontend

```console
npm install
npm start
```

### Backend

```console
build gradle project
```

### Data Microservice
### Cancer Prediction Microservice

```console
pip install -r requirements.txt
python3 app.py
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dc816c3

Please sign in to comment.