Projects

int main() {
std::cout<<"πŸš€Ready to explore new horizons and push our boundaries further!πŸ’ͺπŸ’‘πŸ’₯";
torch::Tensor tensor1 = torch::rand({3, 3});
torch::Tensor tensor2 = torch::ones({3, 3});
torch::Tensor result = tensor1 + tensor2;
std::cout << "Tensor 1:\n" << tensor1 << "\n";
std::cout << "Tensor 2:\n" << tensor2 << "\n";
std::cout << "Result:\n" << result << "\n";
std::cout << "let's explore the frontiers of technology πŸš€πŸ€– !!";
return 0;
}
The Complete Guide to Creating a Self-Driving Car Within GTA
9.0 mins
The Complete Guide to Creating a Self-Driving Car Within GTA

Mastering PyTorch and OpenCV: Design, Train, and Deploy an Enhanced Machine Learning Model for Autonomous Driving in GTA Vice City, Inspired by the Nvidia End-to-End Approach

Category: Artificial Intelligence

Date: Oct. 22, 2023

See More
Creating My Website from the Ground Up with Django
11.3 mins
Creating My Website from the Ground Up with Django

Sharing My Experience: Building the Current Website with Django Framework - Implementation Insights, Tips, and More.

Category: Web Development

Date: Oct. 16, 2023

See More

Let's create something remarkable together πŸš€πŸ€

Contact me