πŸ‘¨β€πŸŽ“
Somesh Fengade
  • ME
    • πŸ‘‹About
    • πŸ“šPersonal Projects
      • πŸŒ„AI meditations
      • πŸ€–GPT-Compare
      • πŸŒ™Learning to see in the dark
      • πŸ’ΈLending Club analysis
      • ⏬Moodle Downloader
      • πŸ“šAnalyzing the complexity of literary passages.
      • πŸ§ͺUnit test analysis
      • πŸ•Food Vision
      • πŸ“œSkim Lit project
      • πŸš‹Driver's attention detection
      • ⏳React Countdown Timer app
  • Achievements
    • πŸŽ“Achievements directory
      • 🐣Kaggle Expert (notebook)
      • ❗Amazon Machine learning competition (top 100)
      • 🐢PetFinder.my - Pawpularity Contest ( top 20%)
      • 🐳Happywhale - Whale and Dolphin Identification (top 20%)
      • πŸ–ŠοΈNBME - Score Clinical Patient Notes ( top 50%)
      • πŸ•ΈοΈTensorflow Barrier Riff challenge(top 42%)
  • Notes and courses
    • πŸ‚Foundations of LLMs Lesson 1
    • GPT from scratch
    • Introduction to CUDA Python with Numba
      • Custom CUDA kernels in python with Numba
      • Multidimensional grids and shared memory for cuda python with Numba
Powered by GitBook
On this page
  • GitHub Link:
  • Libraries used:
  • Live demo:
  1. ME
  2. Personal Projects

Skim Lit project

this project extracts summary from med research papers abstract.

PreviousFood VisionNextDriver's attention detection

Last updated 3 years ago

This project was NLP-related. In this, we have used the BERT model to extract embeddings and used compared it with various architectures for getting summary of passages. At the end of our experiments this project is the deployment project for streamlit developed with the help of TensorFlow NLP our model can classify the abstract of research papers into

  • aim / objective

  • background

  • conclusion

  • methods

  • results

GitHub Link:

Libraries used:

  • TensorFlow

  • matplotlib

  • streamlit

  • fastai

Live demo:

for demo clone repo and run

streamlit run app.py

πŸ“š
πŸ“œ
GitHub - someshfengde/Skim_lit_projectGitHub
Logo