Min Htet Myet (Mattral) (Mattral)

Mattral

Geek Repo

Company:PTT

Location:Poland

Github PK Tool:Github PK Tool


Organizations
CareNet-AI
Y-Ai-C

Min Htet Myet (Mattral)'s repositories

Paraphraser-App

Analyze and Paraphrase Texts

Language:PythonStargazers:0Issues:0Issues:0
License:Apache-2.0Stargazers:1Issues:0Issues:0

Predict-Bike-Sharing-Demand-with-AutoGluon

Predicting Bike Sharing Demand with AutoGluon

Language:Jupyter NotebookStargazers:0Issues:0Issues:0

summary-widget

Integrate your CodersRank profile summary to your personal website

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0

ML-AI-Algorithms-from-scratch

implementation of several Supervised, Unsupervised, Bayesian, Neural Networks and Reinforcement Learning Algorithms from scratch with only numpy and basic libs.

Language:PythonLicense:Apache-2.0Stargazers:16Issues:0Issues:0

Assembly-Testing

Assembly Language for simple operations

Language:AssemblyLicense:MITStargazers:2Issues:0Issues:0

Lung-Disease-Detection-from-Medical-Images

Deployed models. Takes X-Rays or CT scans for accurate disease detection, includes several architectures for each disease.

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:3Issues:0Issues:0

HandWritten-Text-Recognizer

Streamlit Web Interface for Handwritten Text Recognition (HTR), Optical Character Recognition (OCR) implemented with TensorFlow and trained on the IAM off-line HTR dataset. The model takes images of single words or text lines (multiple words) as input and outputs the recognized text.

Language:Jupyter NotebookStargazers:2Issues:0Issues:0

NOTE-Best-Practices-for-Computer-Vision

Best Practices for Computer Vision

Language:PythonStargazers:28Issues:0Issues:0

YouTube-Video-Summarizer-Using-Whisper-and-LangChain

YouTube Video Summarizer Using Whisper and LangChain

Language:Jupyter NotebookStargazers:3Issues:0Issues:0

Markdown-Notes

Notes for writing markdown format (for writing ReadMe.md files)

Stargazers:3Issues:0Issues:0

Blockchain-and-IPFS-Video-Upload-Simulation

local demo simulation designed to mimic the process of uploading video files to IPFS and interacting with a smart contract for storing and retrieving IPFS hashes. This simulation is intended for demonstration purposes, to showcase the concept without requiring actual blockchain or IPFS network interactions.

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

LLM-Improving-Trained-Models-with-RLHF

Experimented with the three essential Reinforcement Learning with Human Feedback (RLHF) process stages. It starts by revisiting the Supervised Fine-Tuning (SFT) process, then proceeds with the training of a reward model, and finally concludes with the reinforcement learning phase. We explored and applied methods such as 4-bit quantization and LoRA

Language:Jupyter NotebookStargazers:3Issues:0Issues:0

AI-Road-Inspection

Omdena Mexico Project

Language:Jupyter NotebookLicense:GPL-3.0Stargazers:4Issues:0Issues:0

CareNetAI

carenetai Medical-AI landing page web ui

Language:CSSStargazers:3Issues:0Issues:0

Fine-Tuning-using-LoRA-and-SFT

Lets dive deeper into the mechanics of LoRA, a powerful method for optimizing the fine-tuning process of Large Language Models, its practical uses in various fine-tuning tasks, and the open-source resources that simplify its implementation.

Language:Jupyter NotebookStargazers:2Issues:0Issues:0

CareNetDetect

demo Web application for CareNet Disease Detection

Language:PythonStargazers:3Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0

ActivityRecognition-ExerciseMannerPrediction

Using devices such as Jawbone Up, Nike FuelBand, and Fitbit it is now possible to collect a large amount of data about personal activity relatively inexpensively. The goal of this project is to predict the manner in which they did the exercise.

Language:RStargazers:4Issues:0Issues:0

RoboticsAcademy

Learn Robotics with JdeRobot

License:GPL-3.0Stargazers:0Issues:0Issues:0

Recreating-the-Bing-Chatbot

explore the idea of finding the best articles from the Internet as the context for a chatbot to find the correct answer. We will use LangChain’s integration with Google Search API and the Newspaper library to extract the stories from search results. This is followed by choosing and using the most relevant options in the prompt.

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:3Issues:0Issues:0

Using-the-Open-Source-GPT4All-Model-Locally

GPT4All is trained on top of Facebook’s LLaMA model. The main contribution of GPT4All models is the ability to run them on a CPU. Testing these models is practically free because the recent PCs have powerful Central Processing Units.

Language:Jupyter NotebookStargazers:4Issues:0Issues:0

Google-Gemma-Experiments

Gemma LLM experiments

Language:Jupyter NotebookStargazers:2Issues:0Issues:0

QA-Chatbot-over-Documents-with-Sources

building a Question Answering (QA) Chatbot that works over documents and provides sources of information for its answers. Our QA Chatbot uses a chain (specifically, the RetrievalQAWithSourcesChain), and leverages it to sift through a collection of documents, extracting relevant information to answer queries.

Language:Jupyter NotebookStargazers:3Issues:0Issues:0
Language:Jupyter NotebookStargazers:3Issues:0Issues:0

Cpp-Web-Assembly-Credit-Card-Validator

C++ Web assembly project with Emscripten.

Language:JavaScriptStargazers:3Issues:0Issues:0

LLAMA2-with-Replicate

This chatbot is created using the open-source Llama 2 LLM model from Meta. Particularly, we're using the Llama2-7B model deployed by the Andreessen Horowitz (a16z) team and hosted on the Replicate platform. This app was refactored from a16z's implementation of their LLaMA2 Chatbot to be light-weight for deployment to the Streamlit Community Cloud

Language:PythonStargazers:2Issues:0Issues:0

Supercharge-Your-Blog-Posts-Automatically-with-LangChain-and-Google-Search

leveraging Google search results to enrich the prompt to the model by incorporating additional information. The demonstration showcased the utilization of embedding vectors to identify content that shares a similar meaning or context—also the process of adding relevant information to a prompt to achieve better output.

Language:Jupyter NotebookStargazers:2Issues:0Issues:0

Alzheimers-Disease-Detection-from-Brain-Scan-Images

Analyzing Brain Scan Images for the Early Detection and Diagnosis of Alzheimer's Disease+Parkinson disease

Language:Jupyter NotebookStargazers:2Issues:0Issues:0

Guarding-Against-Undesirable-Outputs-with-the-Self-Critique-Chain

LLM can occasionally generate undesirable outputs. A couple of well-known examples of this behaviour are harmful or hallucinating content. It is important to employ a mechanism to make sure the model’s responses are appropriate in the production environment.

Language:Jupyter NotebookStargazers:2Issues:0Issues:0