Coder Social home page Coder Social logo

ai_assistantpythonautomation's People

Contributors

georgebacky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ssitb

ai_assistantpythonautomation's Issues

break-up the catchphrases to simpler phrases

Since you've gone the path of catchphrase recognition such as "I want to listen to music on YouTube", you'd have better chances achieving accuracy by splitting the phrase in "want", "listen", "music", "YouTube".

It's better to use keywords rather than phrases. Just think of Google Search.

Use nested ifs to easily implement.

don't leave abstract code without comments

Since you are open sourcing your project, it means that you want other people to get involved. So, for example...

elif 'play music' in query: music_folder = Your_music_folder_path music = [music1, music2, music3, music4, music5] random_music = music_folder + random.choice(music) + '.mp3' os.system(random_music)

...I am having a hard time getting what those identities are: music1,x2,x3...

Are they file paths? Folder paths? Absolute file paths? Relative paths? File paths without filetype?

remove hard-coded values

Remove any hard-coded values that your code may contain such as filesystem references for example. It will make the code cleaner and more maintainable in the future.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.