This repository is aimed at providing hands-on learning experiences in the following areas:
Index | Project | Deployed Link | Repository Link | Tools Used |
---|---|---|---|---|
1 | Car Price Prediction | Deployed Link | Repo Link | Streamlit, Scikit-learn, Pandas, NumPy |
2 | Car Price Prediction | Deployed Link | Repo Link | Flask, Scikit-learn, Pandas, NumPy |
3 | Loan Price Prediction | Deployed Link | Repo Link | Flask, Scikit-learn, Pandas, NumPy |
4 | Diwali Sales Analysis | Not Deployed | Repo Link | Pandas, NumPy , PyPlot , Seaborn |
5 | Cat Vs Dog Image Classification | Not Deployed | Repo Link | Tensorflow , Keras , Matplotlib |
6 | Advanced Resume Tracking System | Deployed Link | Repo Link | LLM , Generative-AI , PyPDF , Streamlit |
Here are your project ideas presented in a tabular format:
Project Idea | Description | Domain |
---|---|---|
Indian Economy Analysis | Analyze various economic indicators and trends to understand the current state and predict future scenarios. | Economics, Data Analysis |
Diwali Sales Analysis | Analyze sales data before, during, and after Diwali to identify trends, patterns, and optimize marketing strategies. | Retail, Sales Analysis |
Car Price Prediction | Develop a machine learning model to predict the price of cars based on various features such as mileage, brand, etc. | Machine Learning, Automotive |
Loan Approval Prediction | Build a machine learning model to predict whether a loan application will be approved or rejected by a financial institution. | Machine Learning, Finance |
Cat vs Dog Classification | Create a deep learning model to classify images of cats and dogs accurately. | Deep Learning, Computer Vision |
Advanced Resume Tracking System | Implement a comprehensive system using LLM techniques to track and analyze resumes for job matching and recruitment. | LLM (Gen AI), Human Resources |
Our vision is to facilitate learning and exploration in the field of data science by providing well-documented code, tutorials, and resources. We aim to empower individuals to understand and apply data science techniques to real-world problems.
We strive to incorporate innovative approaches and ideas in our projects, pushing the boundaries of traditional data science methodologies. Some of the innovative ideas explored in this repository include:
Before running the code in this repository, ensure you have the following dependencies installed:
Additionally, for deep learning models, you will need:
For LLM (Gen AI) models, you will also need:
You can install the required dependencies using pip:
pip install pandas numpy scikit-learn seaborn matplotlib plotly tensorflow keras openai gen_ai
LLM (Gen AI) extends the LLM framework to incorporate Generative AI techniques, enabling the generation of novel data, images, text, etc., and exploring the possibilities of AI-driven creativity.
Each section contains detailed notebooks, code, and explanations for specific projects and concepts.
data_analysis
: Contains notebooks and code for data analysis projects.machine_learning
: Includes notebooks and code for machine learning projects.deep_learning
: Consists of notebooks and code for deep learning projects.LLM
: Includes notebooks and code for projects related to the LLM (Data Analysis, Machine Learning, Deep Learning) framework.Feel free to explore each section and dive into the projects to enhance your understanding of data science concepts.
I would like to express my gratitude to the developers of the various data science tools, libraries, and models that have been instrumental in the creation of this repository:
We extend our sincere appreciation to these developers and the broader open-source community for their invaluable contributions to the field of data science.
Contributions to this repository are welcome! Whether it's fixing a bug, adding a new project, or improving documentation, your contributions help make this resource better for everyone.
Please refer to the contribution guidelines before submitting your contributions.
This repository is licensed under the MIT License. See the LICENSE file for details.