Skip to content

TexVerse-HCI/TexVerse-HCI.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the front-end webapp of the TexVerse project 🧶.

Featuring

  • Get data of HCI textile research paper from the Firebase firestore data base (with an initial amount of 220 relevant papers, which is scraped from the ACM digital library on Feb, 2024). You can also apply filter to paper with several metadata.
    • With the card (gallery) view of papers, you can gain a quick glimpse of all relevant papers all at once. The teaser image part meant to serve as the "memory landmard" for each paper (you see the image, and you recall details on that paper. It works better than titles sometimes).
  • After logging in, you can collect papers 🌟.
  • Chat with the TexVerse AI bot! It's equipped with all the paper text data (content in the paper's pdfs!) and now an expert in HCI textile research.
    • Using RAG, the app will fetch most relevant context extracted from all the papers (the paper content text was chunked based on paragraphs) and feed to the prompt with your question.

Lessons Learned

  • D3 bursh. One of the new features I learned with D3 is its brush, with which you can brush to select a region. You can also customize snapping effects. Its really smooth!
  • Other lessons can be found in the README of the Python Scraper repository or the README of this organization,

Releases

No releases published

Packages

No packages published