Skip to content

Raj100/krimanah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Personal Assistant Krim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages