


Desktop assist
Dyno is Desktop assistant 🤖 which will help you to perform most of the tasks handsfree like
- play movies 📺,songs 🎻🎧 on device or on youtube - open app android studio, pycharm , valo just you name it and its open open your files by just saying filename like your fav pics🌅🏞️🌌, pdfs etcs - search peoples on the wikipedia 🧟♂️
- ask to solve basic math operations🥇
- open social media platforms on chrome on tip of of hand👆🏻, dont want to use hand 🥱 dont worry it can be used by your voice🎤
- set todos and add or remove them🖋️
- many more info just make voice search # techs used
- Python for doing all the stuff - wolframalpha for solving math and gk question
- wikipedia for websearch - Offcource google Speech recognition for handfree usage
- pyttsx3 for text to speech conversion
- tkinter for graphical user interface
Unique text proccessing programme for extracting command tag
I used my own sentence processing programme, Chatbot model without any library wich will detect the tag behind the sentence command. in simple word this programme will detect what type of command is it by comparing the sentence words with provided data
for e.g if sentence is "open chrome" the open phrase in sentence will show open tag and remaining "" chrome"" will be its argument open tag is linked with the open function wich will open query app in this case the 'chrome'.
Why this programme ?
using the if else ladder for creating ai application is good for small level application, when the command or tasks increases it reduses the readability and also performance as it requires more processing time wich will slow down the programme, also if else statement cant handle the ambiguity like eg see the query 'open chal chaiyan song' in this query the open phrase is there if you defined if condition for opening the app it will give error because there is no specific name given in query, actualy the query is for opening the song not for app.
sentence processing will solve this issue. it processes while sentence and make decesion on the basis of data provided. for most of the cases this handles ambiguity.
# voice rec helps alot to use device hands free
it uses the google speech recognition for voice input so you can use your device without touching it.
assume the test case you are taking bath🛀🏻🧼 while enjoying the music 🎼🎹🥁 from laptop 💻 or pc speakers 🔊🔊🔊 and the annoying song starts playing😤 by using ai assist just say play next song thats it you dont have to worry of wetting the laptop or keyboard😅😂🤣 the app is still under dev so once it finishes everyone can take its advantage💥.
give us feedback or the suggesion by sending the msg on the contct page for that just follow the steps
- go to navbar
- click on the contact button
- enter your details please fill correct name and email so i can reply your msg.
thats it 😊 your msg reached me.
keep supporting me by sharing the blogs , work on social media platform it will help me alot😁.
Project Link