Skip to content

Instantly share code, notes, and snippets.

View harshraj22's full-sized avatar
✌️
😋 Integrating Continiously

Harsh Raj harshraj22

✌️
😋 Integrating Continiously
View GitHub Profile

Create a working model (some rest-api especially for plag checking).

Mention that much better alternatives exist with some pay. e.g.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@harshraj22
harshraj22 / AboutMe.gif
Created July 9, 2020 16:23 — forked from wgcv/AboutMe.gif
About Me
AboutMe.gif

What's implemented:

Checks * MCQ type problems with 4 options and 1 correct answer.
* count of correct and wrong answer is kept in session.
* If user gives Wrong answer of any problem, next problem is of lower difficulty (randomly selected from set of problems of lower difficulty)
* If user gives correct answer, next problem is of higher difficulty (randomly selected)
* Timer is set using Javascript on frontend to automatically submit after fixed time.

Original:

  • How to convey doctor's terms to normal person.

Modified:

  • Person has document, it submits online. The document is scanned and all technical words are filtered out using various ML techniques.
  • Follow up would be to make it generic, i.e. not only work for english, but for various languages

Idea:

  • If filtered word exists in database, its meaning, symptoms, possible solutions, etc are displayed in form of visuals using various pics/ animations etc If it doesn't exists, use web scraping/ api etc to get them, store in database (for further queries) and display.
# =====================Prob1=====================
'''
Given:
College Class (an Abstract class)
Person Class (an Abstract class)
To Implement:
Prof(Person):
IIT(College):
class College(ABC):
from __future__ import division, print_function
# update main and solve function accordingly
# ============================ Your code starts =================================
def solve():
pass
def main():
tests = 1
tests = int(input().strip())
for test in range(tests):
@harshraj22
harshraj22 / Automated_Payrolle.md
Last active October 9, 2021 20:12
For preparation of discussion of projects in the interview

Screenshot from 2019-11-10 21-33-56

Challenges
Mistakes/Failures
Enjoyed
Leadership
Conflicts
What You'd Do Differently