แอปพลิเคชันทำนายวันมีประจำเดือนถัดไป ใช้ข้อมูลรอบประจำเดือนที่ผ่านมาเพื่อทำนายวันที่ประจำเดือนถัดไป โดยใช้โมเดล Machine Learning ที่พัฒนาใน Python
ทำนายวันที่มีประจำเดือนถัดไป รองรับการอัปเดตข้อมูลรอบประจำเดือนใหม่ๆ แสดงผลลัพธ์ในรูปแบบที่เข้าใจง่าย
Python TensorFlow/Keras
ติดตั้ง Python และไลบรารีที่จำเป็น รันสคริปต์ main.py ป้อนข้อมูลรอบประจำเดือนที่ผ่านมา รับผลลัพธ์การทำนายวันที่มีประจำเดือนถัดไป
An application to predict the next menstrual period Utilizes data from previous menstrual cycles to predict the next period date using a Machine Learning model developed in Python
Predicts the next menstrual period date Supports updating with new cycle data Displays results in an easy-to-understand format
Python TensorFlow/Keras
Install Python and required libraries Run the main.py script Input data from previous menstrual cycles Receive the predicted next period date