Rohith Ramakrishnan
Rohith Ramakrishnan
Currently to run fawkes, we need to have the entire source code in place. This is not ideal as it involves cloning the repo, installing dependencies etc. which cause a...
Documentation of all the code can be converted to pretty HTML files using https://pdoc3.github.io/pdoc/ We can integrate this in the CI build to generate documentation and push it to master...
Currently Fawkes uses [Vader from NLTK](https://www.nltk.org/_modules/nltk/sentiment/vader.html) to do sentiment analysis. There are more powerful tools available for sentiment analysis which give better results than Vader. One such model is: -...
## 🚀 Feature Proposal Downloadable Pre-Built Dashboards is required for others to use Fawkes
## 🚀 Feature Proposal For people to see the Speed to Benefit of Fawkes, a live environment with sample data and dashboards to play around with is a must. ##...
Most common user actions in browsers include: - click - type - select - drag-and-drop A natural sentence say: ``` goto github.com and type "abc" in user name ``` This...
Add support for automating ios and android apps through the appium driver
Need to have the ability to put break points and step through the test cases. Modify it during run time and step backwards. - The https://github.com/microsoft/debug-adapter-protocol seems like a good...
Would be good to have interactive mode where we can see the actions of our statements in real time. For eg. if one types in the english statement in the...