最新发布第1729页
AI Waste Segregation System
AI Waste Segregation System, My Final Project An AI Waste Segregation System that uses Machine Learning and Object Detection to detect the type of waste and segregate it into Biode...
LED-Matrix Real time clock, remote Controlled Raspberry Pi [Python]
LED-Matrix Real time clock, remote Controlled Raspberry Pi [Python],Hi everyone! I use this opportunity to showcase one of my most favorite private projects I did while studying el...
Secure Quiz platform
Secure Quiz platform, How is our quiz system implemented? This is a secure AES encrypted quiz platform implmented in Java8. The very first step is to make a client and a server in ...
Data in NumPy
Data in NumPy,Python is excellent, but some times it can be slow. Happily, it allows us to access libraries that can execute faster code which is written in languages like C. NumPy...
Running your JavaScript/Python scripts in Java
Running your JavaScript/Python scripts in Java, Java is evolving; that's cool. [A brief show-off; skip to the next section if you are already a Java evangelist] After the acqu...
My recent project called WORDZONE
My recent project called WORDZONE,I recently made a Project called WORDZONE. It has many word related modules which can help user to improve their vocabulary. Currently few of the ...
Python Quiz? Help me!
Python Quiz? Help me!,I just found this website called python level challenge. https://plc.pengin7384.endpoint.ainize.ai/ But I couldn't know the answer of this question. Do you kn...
Developed a tool to help the medical industry
Developed a tool to help the medical industry,My Final Project is based on Deep learning to categorize the stage of diabetic retinopathy eye disease. I was always fascinated by how...
AgroMarket – An App to help Farmers
AgroMarket - An App to help Farmers,I made a project in college to help Indian farmers as we heard many suicide cases in India due to the reasons like their crops were sold at very...
Creating an virtual environment in python
Creating an virtual environment in python, How to install virtualenv: Install pip first sudo apt-get install python3-pip Then install virtualenv using pip3 sudo pip3 install virtua...
Effective Java! Limit Source Files to a Single Top-Level Class
Effective Java! Limit Source Files to a Single Top-Level Class, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective J...
Behaviour Driven Testing in Enterprise Applications
Behaviour Driven Testing in Enterprise Applications, A look into reducing bug leakages in microservices shared across multiple development teams I work in a software organization w...