Skip to content

SaptaDey/Biological-Medical-LLM-compilation-with-streamlit-UI

Repository files navigation

LLM Chatbot

This is a web application that will allow you to interact with GPT, Bio-GPT, and Falcon(7B parameters) models.

Installation

conda create -n llm_chatbot python=3.11.3
pip install requirements.txt

### How to run?
```bash
streamlit run streamlit_app.py

How to use?

Enter a query in the text box and press enter to receive a response.

About

Compilation of Microsoft/BioGPT_PubMed_Large, Falcon 40B and OpenAI GPT in a streamlit based UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages