Skip to content

hovinh/knowledge-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knowledge-vault

Prerequisites

  • Python 3.9
  • Packages: requirements.txt
  • Install a virtual env with requirements.txt
conda create --name knowledge-vault python=3.9
conda activate knowledge-vault
conda install --file requirements.txt

Local Execution

streamlit run 🏠_Home.py

Content Edit

Feature Instruction
Edit introduction Modify data/intro.md
Add a new topic Add a new .md under data/topics
Add a new icon Search for icon at icons8, "Copy", use "Link to PNG" for the hyperlink and add "Link to icon page" in data/icons.md

All .md files to be handled by st.markdown(), hence can handle most markdown syntax to provide a good writing and visualization experience.

Contact

Releases

No releases published

Packages

No packages published

Languages