Tag Archives: GPT

Single-cell multi-omics using generative AI

Generative pre-trained models are becoming more common by the day, and such methods have now been applied to single cell sequencing, and multi-omits in general. Two main players are “scBERT” and “scGPT”: scGPT: Towards Building a Foundation Model for Single-Cell Multi-omics Using Generative AIHaotian Cui, Chloe Wang, Hassaan Maan, Bo Wang – Nature Methods doi: 10.1038/s41592-024-02201-0 CODE: https://github.com/bowang-lab/scGPT scBERT as a large-scale pretrained deep language… Read More »

A question-answering system for PDF files

This is a cool “App” written with Python Streamlit: upload a PDF and ask questions about it! It uses ChatGPT in the background. This “proof of concept” app has some “Community token” to access GPT. Or one can add a personal OpenAI API key. Web App: https://ask-my-pdf.streamlit.app Code: https://github.com/mobarski/ask-my-pdf Found on LinkedIn: streamlit_python-code-pdf (probably requires… Read More »

AI: chatGPT alternatives

GPT means Generative Pre-trained Transformer It’s been the buzz since Fall 2022, and AI is slowly creeping in our lives. I have even used ChatGPT a few times to ask questions on Python code or regular expression usage with sed. This 18min YouTube video “The AI wars: Google vs Bing (ChatGPT)” mentions 2 other AI… Read More »