Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Conversation

@Aswini147
Copy link
Contributor

@Aswini147 Aswini147 commented May 3, 2024

Image Converter:

Write a program that accepts images in multiple formats (JPEG, PNG, BMP, GIF) and converts them into a desired format using Python Imaging Library (PIL).
Data Analysis with Pandas:

Load the "Iris" dataset from Seaborn and analyze it using Pandas. Perform exploratory data analysis, cleaning, aggregation, visualizations, and correlation calculations.
Linear Regression with Scikit-learn:

Apply linear regression to predict house prices from the Boston housing dataset using scikit-learn. Compare train and test scores and plot residuals.
Image Compression:

Develop a Python tool for compressing images while maintaining quality. Explore compression techniques like RLE and DCT. Allow users to adjust compression quality, support various image formats, and provide output options. Optionally, include a user interface. Ensure code modularity, performance optimization, and test with diverse images, along with comprehensive documentation.

Aswini147 added 4 commits May 3, 2024 22:08
Here image wp1966999.jpg is an example instead we can keep our own input
@CSEdgeOff
Copy link
Contributor

Add a Readme.md about your code Document it well and organized.

@Aswini147
Copy link
Contributor Author

Image Converter:

Write a program that accepts images in multiple formats (JPEG, PNG, BMP, GIF) and converts them into a desired format using Python Imaging Library (PIL).
Data Analysis with Pandas:

Load the "Iris" dataset from Seaborn and analyze it using Pandas. Perform exploratory data analysis, cleaning, aggregation, visualizations, and correlation calculations.
Linear Regression with Scikit-learn:

Apply linear regression to predict house prices from the Boston housing dataset using scikit-learn. Compare train and test scores and plot residuals.
Image Compression:

Develop a Python tool for compressing images while maintaining quality. Explore compression techniques like RLE and DCT. Allow users to adjust compression quality, support various image formats, and provide output options. Optionally, include a user interface. Ensure code modularity, performance optimization, and test with diverse images, along with comprehensive documentation.

@CSEdgeOff
Copy link
Contributor

Add a Readme.md about your code Document it well and organized.

Now we are Merging it

@CSEdgeOff CSEdgeOff merged commit 104abd2 into CSEdgeOfficial:main May 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants