Winner MDPI
Hackademix
Retrieval-based chatbot for scholarly publications
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
- Clone the repository
bash git clone https://github.com/busymo/hackademix.git - Change current directory to project's directory
bash cd hackademix Copy .example.env to a .env file
- For Windows
copy .env.example .env
- For Linux or macOS
cp .env.example .env
- For Windows
Set API_KEY to your api key in the .env file
Install required dependencies
bash pip install -r requirements.txtRun the project
bash streamlit run welcome.pyLive demo
Awesome sauce
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)
