Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.01 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.01 KB

Personal Desktop Assistant

Personal Assistant Krim derived from the sanscrit words "कृत्रिम" (Kritrima) and मनस् (manas, “mind”) to make the day to day task easy

Demo

Demo Youtube

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd Krim

Install dependencies

  pip install speech recognition
  pip install openai
  pip install wikipedia
  pip install requests
  pip install pyjokes
  pip install pandas

Set up API keys for extended functionality.

open AI : https://platform.openai.com/api-keys

weather API : https://www.weatherapi.com/docs/

also the add the paths to the apps in app_paths.py

Run the Krim

  python main.py

Lessons Learned

  • to use the speech recognition library
  • to make api call using python
  • to parser the api data received and extract the needful

Acknowledgements