This repository contains my assigned tasks and projects completed as part of the DevelopersHub program. The focus of this repository is on applying concepts of Artificial Intelligence, Machine Learning, and practical development skills.
This repository includes the following tasks:
- Performed Exploratory Data Analysis (EDA)
- Used libraries like Pandas, Matplotlib, and Seaborn
- Generated insights from datasets (e.g., Iris dataset)
- Built and trained ML models
- Implemented classification techniques
- Evaluated model performance using metrics
-
Dataset: UCI Heart Disease Dataset
-
Steps:
- Data Cleaning
- Feature Selection
- Model Training (Logistic Regression / Decision Tree)
- Model Evaluation
-
Goal: Predict risk of heart disease based on patient data
- Built using LLM (OpenAI API or open-source models)
- Handles general health-related queries
- Implemented using Python
- Demonstrates prompt engineering concepts
- Python 🐍
- Google Colab
- Pandas
- NumPy
- Matplotlib / Seaborn
- Scikit-learn
- OpenAI API (for chatbot)
DevelopersHubTask-/
│
├── DHubTask1.ipynb
├── DHubTask2.ipynb
├── DHubTask3.ipynb
├── DHubTask4.ipynb
├── README.md
- Clone the repository:
git clone https://github.com/snippet-com/DevelopersHubTask-.git
- Open notebooks in:
- Jupyter Notebook OR
- Google Colab
- Install required libraries:
pip install pandas numpy matplotlib seaborn scikit-learn openai
- Hands-on experience with real datasets
- Understanding of ML workflows
- Practical implementation of AI concepts
- Experience with GitHub version control
- Basics of prompt engineering and chatbot development
This repository is part of my learning journey. Feedback and suggestions are always welcome!