Forwarded from Daily Dev Progress
Iβm excited to share my first project: an AI-powered health prediction web application built using Python, Flask, and Machine Learning π‘
This system analyzes basic patient vitals such as:
π€ Age
β€οΈ Heart Rate
π©Έ Blood Pressure
and provides an instant prediction of the patientβs health status:
π’ Healthy
π‘ Unhealthy
π΄ Medical attention
π What I learned:
βοΈ Building and training a machine learning model
βοΈ Creating a Flask web application
βοΈ Connecting frontend with backend using APIs
βοΈ Debugging real-world full-stack issues
Iβm open to feedback and suggestions for improvement!
This system analyzes basic patient vitals such as:
π€ Age
β€οΈ Heart Rate
π©Έ Blood Pressure
and provides an instant prediction of the patientβs health status:
π’ Healthy
π‘ Unhealthy
π΄ Medical attention
π What I learned:
βοΈ Building and training a machine learning model
βοΈ Creating a Flask web application
βοΈ Connecting frontend with backend using APIs
βοΈ Debugging real-world full-stack issues
Iβm open to feedback and suggestions for improvement!
π₯5π2
π₯Small progress every day leads to extraordinary results
βοΈThe hardest part is starting. The second hardest part is not stopping.
βοΈSuccess is built in silence, one line ofcode at a time.
@daily_dev_progress
βοΈThe hardest part is starting. The second hardest part is not stopping.
βοΈSuccess is built in silence, one line of
@daily_dev_progress
π₯8β€1
Forwarded from CTRL + FUTUREπ₯
Yesterday started with my very first online lecture for the Competitive Programming (CP) Summer Camp that Iβm mentoring.
Honestly, I was quite nervous since it was my first time teaching online. I covered Python basics, and at the beginning I wasnβt fully confident about how it would go. But as the session continued, I got more comfortable with the flow.
After the lecture, I received feedback from the students, and Iβm really happy that they found it understandable and helpful. That really boosted my confidence.
It was a great first experience, and Iβm looking forward to improving and doing even better in the next sessions.
Honestly, I was quite nervous since it was my first time teaching online. I covered Python basics, and at the beginning I wasnβt fully confident about how it would go. But as the session continued, I got more comfortable with the flow.
After the lecture, I received feedback from the students, and Iβm really happy that they found it understandable and helpful. That really boosted my confidence.
It was a great first experience, and Iβm looking forward to improving and doing even better in the next sessions.
π₯7β€βπ₯4
π What is Pascalβs Triangle ?π€
Pascalβs Triangle is a special triangular pattern of numbers where each number is the sum of the two numbers directly above it.
πΉ The edges are always 1
πΉ Every middle value is formed by adding the two values above it
πΉ It starts like this: 1
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1 [Pascalβs Triangle](https://leetcode.com/problems/pascals-triangle/)
Pascalβs Triangle is a special triangular pattern of numbers where each number is the sum of the two numbers directly above it.
πΉ The edges are always 1
πΉ Every middle value is formed by adding the two values above it
πΉ It starts like this: 1
1
1 1
1 2 1
1 3 3 1
1 4 6 4 1 [Pascalβs Triangle](https://leetcode.com/problems/pascals-triangle/)
π₯9β€βπ₯2
Little girl and maximum sum
https://codeforces.com/problemset/problem/276/C
use this and solve
Difference Array
Prefix Sum
Sorting
share to that one little girl who loved arrayππ
https://codeforces.com/problemset/problem/276/C
use this and solve
Difference Array
Prefix Sum
Sorting
share to that one little girl who loved arrayππ
π₯6β€βπ₯2
Forwarded from CTRL + FUTUREπ₯
Today is ASTU's graduation day. I won't lie, I'm a little jealous since my graduation is still three years away π
. But I'm truly happy for all the graduates.
Congratulations! Your hard work and dedication have paid off. May God bless your future with success and happiness. β¨
Congratulations! Your hard work and dedication have paid off. May God bless your future with success and happiness. β¨
β€6β€βπ₯2β2