period-tracker | Period Tracker progressive web app | Web Framework library

 by   electricg JavaScript Version: v0.11 License: MIT

kandi X-RAY | period-tracker Summary

kandi X-RAY | period-tracker Summary

period-tracker is a JavaScript library typically used in Telecommunications, Media, Media, Entertainment, Server, Web Framework, React applications. period-tracker has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Period Tracker progressive web app
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              period-tracker has a low active ecosystem.
              It has 22 star(s) with 7 fork(s). There are 5 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 0 open issues and 1 have been closed. On average issues are closed in 5 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of period-tracker is v0.11

            kandi-Quality Quality

              period-tracker has 0 bugs and 0 code smells.

            kandi-Security Security

              period-tracker has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              period-tracker code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              period-tracker is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              period-tracker releases are not available. You will need to build from source code and install.
              It has 643 lines of code, 0 functions and 12 files.
              It has low code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed period-tracker and discovered the below as its top functions. This is intended to give you an instant insight into period-tracker implemented functionality, and help decide if they suit your requirements.
            • Dispatches an event
            • called when worker state is loaded
            • Saves options .
            • function called when the user is ready
            • Load storage .
            • Swaps the service worker .
            • Merge default options
            • Posifies n value .
            • Invoked when installing registered update
            • Prevents the given event .
            Get all kandi verified functions for this library.

            period-tracker Key Features

            No Key Features are available at this moment for period-tracker.

            period-tracker Examples and Code Snippets

            No Code Snippets are available at this moment for period-tracker.

            Community Discussions

            QUESTION

            What are the restrictions of running a completely offline chatbot?
            Asked 2020-Jan-17 at 10:58

            first post. I'm a chatbot conversation designer/digital strategist in the international development sector and my client is interested in having a chatbot within their Android period-tracker app. The app is designed for users in low connectivity areas with low access to data, hence the offline requirement. Initially it would just allow users to chat to an avatar and get information on various educational topics, but we might want to use it more creatively down the line.

            I've gathered having a chatbot that runs entirely offline within an app is technically feasible (right?), but I'd like to understand a bit more about the restrictions/downsides of implementing something like this. The obvious one to me is the size I would imagine the app would need to be to support this which is a sure fire way to get your app deleted when you're using a crappy Android phone which many of our users will be.

            What else? Any advice is appreciated!

            thanks.

            ...

            ANSWER

            Answered 2020-Jan-17 at 10:58

            Running a bot offline without being dependent on any cloud based service is totally feasible. The app would need to establish the following.

            For brevity I am using Online Bot to refer to a bot app that is based on an online service. Offline Bot for a bot app that is based on an offline or on-device bot development platform.

            Requirements
            • Knowledge-base (containing Intents, Entities and Contexts) has to be saved within the app. Entities contribute (though in kilobytes maybe) to your app size. For example if your bot is to recognize a country name, you would need to store all the country names within the bot's knowledge-base.
            • Natural Language domain-specific information like dictionaries, thesaurus and additional word information. These may not be passed on to your deployment/published app after a model is generated.
            • Language Model generated by the app would reside within the app package. This is going to be the main role player in your app size.
            Online

            Low bandwidth data connectivity shouldn't be much of a problem as the overhead of communicating with services like the following is not that high:

            The above services enable APIs directly via small JSON data exchanges. You can check how much overhead is too much of an overhead for you by looking at their APIs and returned data.

            Pros and cons
            • Online bot would enjoy remote updates to their knowledge-base
            • Your online bot data is not secure as anything your users say/type goes to third-party services for response generation.
            • Response speed of your bot depends on the performance of the online service you use. Typically shouldn't be a problem on normal networks.
            • Your app is useless when not connected to the internet.
            Offline or On-Device

            If you are designing a completely offline bot you would need to rely on frameworks or platforms that are designed to fulfill the aforementioned features.

            • OSCOVA - On-Device bot development platform that I personally have used to create an Android Bot for general customer queries in Xamarin.
            • SIML - An XML based knowledge-base authoring language with Machine Learning features.
            • BotSharp - Bot development platform by SciSharp
            • Xatkit - Java-based chatbot creation platform.
            Pros and cons
            • Your offline bot app would need a new package update (in App Store or Play Store) whenever you wish to add more to its knowledge-base (KB). Maybe you could send a KB directly to the app when connected online.
            • Your offline bot size is going to be a bit larger in comparison to a bot that uses online services.
            • Your bot is always-on as it doesn't require internet to perform tasks or respond to its users.
            • Conversation with your bot is extremely secure as the data is not shared to third-party service like in the case of online bots.

            Source https://stackoverflow.com/questions/59773157

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install period-tracker

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/electricg/period-tracker.git

          • CLI

            gh repo clone electricg/period-tracker

          • sshUrl

            git@github.com:electricg/period-tracker.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link