D3

Hackademix

Retrieval-based chatbot for scholarly publications

Demo

Repository to be using for BaselHack 2024 from Hackademix team working on MDPI challenge.

hackademix

Repository to be using for BaselHack 2024 from Hackademix team working on MDPI challenge.

Installation

  1. Clone the repository bash git clone https://github.com/busymo/hackademix.git
  2. Change current directory to project's directory bash cd hackademix
  3. Copy .example.env to a .env file

    • For Windows
      copy .env.example .env
    • For Linux or macOS
      cp .env.example .env
  4. Set API_KEY to your api key in the .env file

  5. Install required dependencies bash pip install -r requirements.txt

  6. Run the project bash streamlit run welcome.py

    Live demo

    https://hackademix.streamlit.app/

This content is a preview from an external site.
 

Awesome sauce

Winner MDPI

Project

Event finish

Remove archiveX functionality (@selaudin)

Fix separate chat history to stay separate, fix welcome tab first prompt not showing bug (@selaudin)

Remove logg comment (@selaudin)

Add update document function (@selaudin)

Update logo.py (@ealili)

Update logo (@ealili)

Update README.md (@ealili)

Update requirements. (@agniramadani)

Add arXiv search integration for scholarly keyword extraction. (@agniramadani)

Update model (@selaudin)

Add chatwithyour_paper version (@selaudin)

Update requirements (@selaudin)

Update README.md (@ealili)

Add articles. (@agniramadani)

Add the output. (@agniramadani)

Add script for data setup. (@agniramadani)

Update requirements (@agniramadani)

Update README.md (@ealili)

Add .env.example (@ealili)

Removed venv from repository (@busymo)

First commit (@selaudin)

Initial commit (@busymo)

Start

 

The application that powers this site is available under the MIT license.