GithubHelp home page GithubHelp logo

pvhuwung / airst-research-paper-summarization Goto Github PK

View Code? Open in Web Editor NEW
19.0 2.0 8.0 35.18 MB

This AI tool app built on Streamlit library provides a powerful and user-friendly tool through web interface for accessing key information from healthcare-related academic literature. Its natural language processing capabilities and intuitive user interface make it an essential AI tool for anyone working in the healthcare industry.

License: MIT License

Jupyter Notebook 83.86% Python 16.14%
natural-language-processing streamlit-application alogrithms database healthcare-application

airst-research-paper-summarization's Introduction

πŸ‡»πŸ‡³πŸ‡ΈπŸ‡¬ Hi Folks! I'm David a.k.a PVHuwung

Awesome GCP Portfolio page views GitHub followers

Embedded GIF

Hi there! πŸ‘‹

Here are some ideas to get you started:

#!/bin/bash

πŸ”­ currentJob=" Currently working at: Advance Intelligence Group"
🌱 learning=" Learning about: Cloud, Software, and AI"
πŸ”οΈ collaboration=" Innovative AI and App Projects"
πŸ’¬ askMeAbout=" API Development, Cloud, AI, and System Design"
πŸ“« howToReachMe=" linkedin.com/in/vn-phamviethung"
🏎️ pronouns=" He/Him"
πŸ€– funFact=" No Fun"

info="$currentJob\n$learning\n$collaboration\n$askMeAbout\n$howToReachMe\
n$pronouns\n$funFact"

echo -e "$info"
Embedded GIF
Golang Python Cplusplus CSharp JavaScript TypeScript Java Rust Deno
HTML5 CSS3 Node.js Streamlit NextJS Github Gitlab Git Docker
AWS GoogleCloud MongoDB GraphQL Firebase FastAPI Supabase MySQL PostgreSQL
// Get to know more about me with some Golang
package main

import (
	"fmt"
	"reflect"
)

type PVHuwung struct {
	Pronouns     string
	Backend      []string
	Frontend     []string
	Database     []string
	CloudServer  []string
	Architecture ArchitectureInfo
	Challenge    []string
	AISkills     []string
	Company      string
}

type ArchitectureInfo struct {
	Patterns   []string
	Components []string
	Challenges []string
	Serverless []string
}

func main() {
	var PVHUWUNG = PVHuwung{
		Pronouns:    "He/Him",
		Company:   "Advance Intelligence Group",
		Backend:     []string{"Go", "Python", "Rust", "C++"},
		Frontend:    []string{"Typescript", "NextJS", "HTML", "CSS"},
		Database:    []string{"PostgreSQL", "DynamoDB", "Firebase", "Redis"},
		CloudServer: []string{"AWS", "GCP", "DigitalOcean", "Heroku"},
		Architecture: ArchitectureInfo{
			Patterns:   []string{"Microservices", "Event-driven", "System Design"},
			Components: []string{"Docker", "Kubernetes", "Kafka", "GraphQL"},
			Challenges: []string{"Scalability", "Resilience", "Security"},
			Serverless: []string{"Lambda", "API Gateway"},
		},
		Challenge: []string{"Keep getting better, even if it's just 0.001% each day.",
					"Consistency turns those tiny gains into something big"},
		AISkills:  []string{"MachineLearning", "DeepLearning", "AI", "GenAI", "LLM", "ComputerVision"},
	}

	val := reflect.ValueOf(PVHUWUNG)
	for i := 0; i < val.NumField(); i++ {
		field := val.Field(i)
		fieldName := val.Type().Field(i).Name
		fmt.Printf("- %s: %v\n", fieldName, field.Interface())
	}
}
	// Feel free to folk or use, but don't forget to give a star ⭐⭐⭐. Thanks!!!!

activity graph

Embedded GIF

airst-research-paper-summarization's People

Contributors

joulev avatar neverm0r avatar phanhuuan avatar phanng0605 avatar pvhuwung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

airst-research-paper-summarization's Issues

fix requirements.txt

" ERROR: Invalid requirement: 'streamlit=1.19.0' (from line 1 of requirements.txt)
Hint: = is not a valid operator. Did you mean == ? "

replace = with ==

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.