Design/Manufacturing:
⚙ Performance Evaluation of Al-Cast Rice Huller Lower Sieve Holder and Lower Sieve Holder Support
01/2022
- Undergraduate Final Year Student Project
- Investigated the reason for the scarcity of both the components in the market and the result of the investigation was due to the high cost of production using cast-iron
- Designed, fabricated both components using Al-Cast and carried out performance evaluation tests on both
Programming/ML:
>>> One Click Feature Scaling Algorithm
08/2024
Algorithm uses any of the options to normalizes a dataset by:
- Dividing each element in a column by the max in that column or,
- Mean Normalization
- Z-Score Normalization
- Check documentation and blog for detailed info
>>> One Click Data Cleaner Algorithm
07/2024
Clean data in these stages:
- Remove unwanted columns,
- Turn categorical columns to values,
- Fill null cells
- Check documentation and blog for detailed info
>>> CMC Gainers Notebook Starting 07/10/24
07/2024
- A CoinMarketCap Scraping Algorithm
- Gets the list of current top gainers and updates in a dataset
- Check documentation and blog for detailed info
>>> Cmc Scrape Top10 Gainers HeatMap/TreeMap
06/2024
- A CoinMarketCap Scraping Algorithm
- Gets the list of current top 10 gainers and gives a visual representation of result in an Heatmap
- Check documentation and blog for detailed info