Advertisement
Itssuman1808

hospitalcare-project-report-understandings

Jan 13th, 2022
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. REPORT KEYWORDS REFERENCE LIST
  2.  
  3. ##Machine Learning
  4. 1. Introduction to ML
  5. 2. Supervised learning in ML
  6. 4. decision tree algorithm
  7. 3. Natural language processing (book = https://www.pdfdrive.com/natural-language-processing-with-pytorch-build-intelligent-language-applications-using-deep-learning-e188037921.html) ""4 chapters from the book"
  8. 4. NLP - Word level analysis
  9. (https://www.tutorialspoint.com/natural_language_processing/natural_language_processing_word_level_analysis.htm)
  10. 5. NLP - Syntactic analysis (https://www.tutorialspoint.com/natural_language_processing/natural_language_processing_syntactic_analysis.htm)
  11. 6. NLP - Semantic analysis (https://www.tutorialspoint.com/natural_language_processing/natural_language_processing_semantic_analysis.htm)
  12. ### add these three pages after chapter 2 of the book
  13. 7. NLTK Python library (https://www.nltk.org/) #have to write about tokenization, stemming and parsing)
  14.  
  15.  
  16. ## Infermedica Symptoms checker
  17. 1. Introduction (https://developer.infermedica.com/docs/introduction)
  18. 2. Medical content(https://developer.infermedica.com/docs/content)
  19. 3. API version 3 (this is the API version used in the project)
  20. 4 copy from the documentation till "explain" endpoint(https://developer.infermedica.com/docs/v3/quickstart)(except redflag)
  21. * Quickstart
  22. * Basics
  23. * Medical concepts
  24. * Suggest related concepts
  25. * NLP
  26. * Diagnosis
  27. * Triage
  28. * Specialist recommender
  29. * Rationale
  30. * Explain
  31.  
  32.  
  33. ## web application
  34. 1. framework (https://www.netguru.com/blog/what-is-react-js)
  35. 2. https://blog.logrocket.com/mern-stack-tutorial/
  36. 3. https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/How_the_Web_works
  37. #### topics to be covered from the above links
  38. * How the Web works
  39. * HTML
  40. * CSS
  41. * Javascript
  42. * Web forms
  43. 4. working of web application (https://www.indeed.com/career-advice/career-development/what-is-web-application)
  44. #### topics to be covered from the above link
  45. * How does a web application works
  46.  
  47. ##Android
  48. 1. kotlin programming language
  49. 2. SDK (https://www.geeksforgeeks.org/android-app-development-fundamentals-for-beginners/) android theory
  50.  
  51.  
  52. ## DATABASE
  53. 1. what is database? (https://www.oracle.com/database/what-is-database/)
  54. 2. CRUD Operations (https://www.sumologic.com/glossary/crud/)
  55.  
  56. MongoDB (https://petamindz.com/connecting-remotely-to-a-mongo-database-on-a-vps/)
  57. write something about the MongoDB database and its crud operations
  58. reference link (https://www.ccs.neu.edu/home/kathleen/classes/cs3200/20-NoSQLMongoDB.pdf)
  59.  
  60. caution: Don't copy the ppt slide as exact. write down the material in it into the proper sentenced format and use graphs and images if needed.
  61.  
  62.  
  63. ##SERVER
  64. basic theory (https://www.computerhope.com/jargon/s/server.htm)
  65. 1. digital ocean sever (https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-20-04)
  66. 2. sever specification
  67. * 1GB RAM
  68. * 25 GB STORAGE
  69. * Ubuntu based
  70. 3. reverse proxy (https://stackoverflow.com/questions/51858725/nginx-proxy-pass-to-https)
  71.  
  72. ##TOOLS AND RESOURCES USED IN THE PROJECT
  73. = write the tool mentioned in the synopsis and search it on the web.
  74.  
  75.  
  76. ## working and deployment of the whole project:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement