Projects |
|
|
|||||||||
Prospective projects (which you could join/fund): |
||||||||||
LangYaar: AI friend in your ear who helps you learn/master a new language.An LLM based AI tool which which will help you finish your sentences and correct your grammar while you are speaking. It will also help you construct entire new sentences based on the conversation you are having. |
||||||||||
Automated CNN based lightcurve classifierLightcurves still need to be classified into Cepheids, RR Lyra, Binary stars, Exoplanets etc; which should be done by machines now (with good accuracy, of course). I am using the Kepler data. |
||||||||||
Robotised clothes-makingImagine if you walked into a shop, typed in your measurements, selected the fabric, style, embroidery etc; waited for a while and walked out with custom made clothes that fit you perfectly made completely by robots! We don't even need AI for this, just need to invent a machine. |
||||||||||
Physics embedded digital white-boardA physics teacher would draw a physics problem on the digital white-board and be able to execute a real-time physics simulation as it is in the problem. For example, she can set the values of gravitational acceleration and air-drag etc and launch a projectile which shall land at the appropriate spot, hopefully calculated by the students. |
||||||||||
Accurate real time astronomical green laser pointer/ Pocket PlanetariumIf you don't have a motorised telescope, and you hate calibrating your finderscope; you can simply tell this raspberry pi enabled robotic laser pointer to point to the Andromeda galaxy (or any object or coordinates of interest); which you shall quickly find using your normal telescope.This product can be made more commercial with the possibility of making it a 'pocket-planetarium'. Campers can take this small device to dark areas, press a button and then the device will point a laser to all the important objects from that night and talk to them about it poetically. |
||||||||||
Graph based digital file formatCan't write in a linear fashion? Want to write stories which can take a tangent at any point and that gets discussed? Do you wish to write research articles but don't want to explain every little thing? Let the reader choose to navigate the page as they please. |
||||||||||
Stellarium for the blindWhile talking to a blind friend of mine, I realised he had never seen stars. Stellarium mobile has a gyroscope which it uses for its demi-AR feature. What we need to do is vibrate the phone (haptic feedback is better than acoustic, as per the blind people I spoke with) when there is a prominent star in the center, modulated with its intensity. If we are using audio then we can use frequency to indicate colour and amplitude to indicate brightness of a star. We can add many other features. People using this app will get a 3D-oriented feel of the cosmos that we can't even fathom; for us sighted people, stars disappear when they set beneath the horizon.Started working on this |
||||||||||
Transliteration between indic textsI wanted to read the lyrics to a song in Bangla (Bengali) but since the Latin script has far fewer letters and sounds, I realised I can't know the actual pronunciations by reading the lyrics in the Latin script. However, most indo-Aryan languages and Dravidi languages except Tamil have very similar abugidas derived from the Sanskrut system. So we would be able to write a transliteration tool which transliterates between these languages easily. Note that we are talking about converting between scripts only, not talking about translation. We will learn a lot about unicode we will also learn all the major scripts in India.Edit: ChatGPT can do it now, there is a library being developed named 'indic-transliteration' in python. |
||||||||||
Lingua Cosmica and Deep LearningLingua Cosmica or Lincos is a language constructed by a mathematician named Hans Freudenthal in the 60s. As the name suggests, it is intended to be used as a communication medium between alien species, particularly between humans and any extra-terrestrial intelligence we may encounter. Of course, such a task is very difficult. Prof. Freudenthal has based this language in mathematical and logical principles which we may assume to share with the aliens.There are many possibilities here, one is creating a translation tool; from natural language like English to lincos. More importantly, we can use AI to create an advanced language. We may treat the AI as the alien and send the language in its intended order and test if the AI is able to understand it. At the moment I am not sure whether such a task would require Artificial General Intelligence or we may be able to program GPT-4 etc to guess what we are talking about. |
||||||||||
AI mental health classifier over scribblesVisual tests such as Rorschach inkblot test, 'draw a person' etc need to be taken at face value and often rely on the expertise of the medical practioniner. It is entirely possible to create a new test and train a supervised classifier to classify people. We can start with schizophrenia, however we must be very careful while making a neural network diagnostic tool, especially since we cannot explain the weights and the biases. The goal is to see if people with schizophrenia draw scribbles differently, and differently enough for early diagnosis and care. |
||||||||||
Interactive digital research papersUpdate: It has been done, Pluto.jl for the win!Most people read PDFs of research papers these days and journals are all online. So we can create digital versions of the research papers which are a lot more interactive. For example, in this research paper, the reader will be able to alter the plots, download the data directly, even make their own plots in the webpage itself. We can put 3D objects or scenes in the paper instead of putting many cross sections and views. We would need to write a markup language built on LaTeX so that anyone could write a paper like this, and it should also be available as a PDF for the old-timers. We can use Julia for the interactive web-plotting and display. |