Coder Social home page Coder Social logo

shantanu2k19 / mymedic Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 8.4 MB

A web application that extracts medicine details from uploaded medical prescriptions, informing patients about uses, dosage, mechanism of action, and potential side effects using machine learning (ML) and large language models (LLMs).

Home Page: https://my-medic.vercel.app

CSS 4.07% TypeScript 61.61% JavaScript 16.80% Python 17.49% HTML 0.03%
bard-ai chatgpt django nextjs react

mymedic's Introduction

basic application

  • login system complete
  • mobile view in home not proper
  • home screen adding photo section map
  • settings page basic and styling
  • zod validation implementation, using interface for data
  • login signup as modal on pdp
  • store csrf token/its hash somewhere on local browser, no continuous calling of api
  • first page in home mobile view fix
  • image tap to enlarge

Review pending

  • landing page pdp
    1. pdp page
    2. Authentication (login, login with google/fb/phonenumber/mail, session manager)
    3. Ui development after login 3.1 home screen (scan wali) 3.2 appointment wala page 3.3 Account wala page 3.4 Medical news/wellness wala page
    4. Scanning and text extraction 4.1 Computer generated 4.1.1 E-pdf 4.1.2 PDF photo clicked 4.1.3 print out photo 4.2 Hand written
    5. Medicine database 5.1 collection 5.2 verification
    6. Video call, audio call, chatting functionality
    7. Admin page

toatst usage

import { useTheme } from "next-themes"; import { toast } from 'react-toastify';

function showAlert(mssg: string, mode:number) { console.log(theme)

if (mode == 1) {
  toast.success(mssg, {
    position: "top-center",
    autoClose: 1000,
    hideProgressBar: false,
    closeOnClick: true,
    pauseOnHover: true,
    draggable: true,
    progress: undefined,
    theme: theme
  });
} else if (mode == 2) {
  toast.info(mssg, {
    position: "top-center",
    autoClose: 1000,
    hideProgressBar: false,
    closeOnClick: true,
    pauseOnHover: true,
    draggable: true,
    progress: undefined,
    theme: theme,
  });
} else {
  toast.error(mssg, {
    position: "top-center",
    autoClose: 1000,
    hideProgressBar: false,
    closeOnClick: true,
    pauseOnHover: true,
    draggable: true,
    progress: undefined,
    theme: theme,
  });
}

}

onClick={() => showAlert("Connecting to server...", 2)}

use contained as well

when in mobile mode, provide login signup on top kill -9 $(lsof -i:3000 -t)

mymedic's People

Contributors

shantanu2k19 avatar ritikkadian avatar

Stargazers

Abhay Choudhary avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.