F
Mentor/Member
1y 5mos
FOSS@Amrita, Oct 23' - Present
@Itsabhinavm
Abhinav M
@Itsabhinavm
Computer Science undergrad at Amrita University.
Computer Science undergrad at Amrita University.
Mentor/Member, FOSS@Amrita
Palakkad, India
3
projects
3
2
prizes
2
5
hackathons
5
0
Hackathons org.
0
312
contributions in the last year
Mar
S
M
T
W
T
F
S
Feb
17
stars earned
33
repositories
21
followers
evoLUMIN national level hackathon winning project
JavaScript
2Stars
0Forks
A virtual teacher made for the Olabs website, helps students to learn concepts related to science laboratory practicals.
HTML
4Stars
0Forks
An informative Flutter app with forecast and custom weatherMap that empowers users to stay on top of weather conditions near them and around the globe.
Dart
2Stars
0Forks
A gesture based drawing platform made using openCV and media pipe. Performs drawing through hand detection and finger tracking,
Python
2Stars
0Forks
F
1 year 5 months
Oct 23' - Present
Being a member of amFOSS (Indias leading FOSS club)provided me oppurtunities to delve into the world of development and open-source contributions .
F
1y 5mos
FOSS@Amrita, Oct 23' - Present
U
Find just how safe and convenient a plot of land is with our app, which checks proximity to essentials and disaster risks. Enter your preferences, and we’ll tailor results to meet your needs.
Each year, millions of homes are built, yet many of these developments occur in disaster-prone regions or in areas lacking essential resources needed for a safe and healthy life. The accelerating demand for housing, driven by rapid population growth, often pressures governments to prioritize quantity over quality. This urgency can lead to hasty planning decisions, resulting in communities that are not only unsafe but also deprived of necessary infrastructure and amenities. Our app aims to solve this problem by ranking places based on user-defined criteria, all you have to do is enter a rough general location to receive an analysis of its climate, disaster profile and the availability of necessary facilities for comfortable living. Additionally, the site suggests nearby locations that may offer better conditions
In this current era, there is a large disconnect between the younger generation and our rich cultural heritage. While not exclusively being the cause, this has contributed to the rapid proliferation of loneliness, isolation and identity crises among our youth. Connecting to our rich cultural roots can help in fostering community connection and alleviating some of these issues. Our App - Tradition Tales helps in achieving this goal by presenting users with easy to digest content filled with philosophical and practical knowledge derived from our ancient heritage with an easy to use and beautiful UI. The standout feature of this app however is the inclusion of a gamified interface intended to help users in testing their knowledge, however, unlike a traditional educational platform which merely tests the users factual knowledge through quizzes we aim to utilize LLM’s to generate real world scenarios which are relevant to modern society, these scenarios will have their solutions inspired from the teachings embedded in our culture.
medium.com
AI has been an integral part of our daily life, and while it is good for us, it also comes with a cost. We have moved from using AI as occasional help to a state where we can’t work without AI models. This article discusses how the overuse of AI models affects our brains and how we can overcome this addiction. How do our brains remember information? Before diving into the topic, it is important to understand how our brain processes and interprets information. Our memory functions like a complex system t...
medium.com
Installing flutter is a tedious process, and most of the people wont prefer using Android studio due to its resource-intensive and highly unstable nature. In this blog let’s see how to setup flutter using android studio CLI. Go to the official flutter SDK installation page and download the .zip file. Make sure that your system is capable of handling flutter before installation 2. Before extracting the zip go the C drive and create a new folder named src. Now extract the flutter folder inside the downl...
medium.com
This blog is all about my attempt in solving all 23 exercises from Fracz’s Gitexercises. Here I have managed to explain the solution, for each exercise giving better understanding of git.Let’s hope into the solutions then. What is git ? Git is a DevOps tool used for source code management. It is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to tracking changes in the source code, enabling multiple developers to work together on non-line...