Views
No views yet
1pip install -r requirements.txt
2python setup.py
3streamlit run main.py1pip install -r requirements.txt
2streamlit run main.py
- requirements.txt: list of python libraries to download before running project
- setup.py: script to set up project (get data, train model)
- main.py: main script/notebook to run streamlit user interface
- assets: directory for images used in frontend
- scripts: directory for pipeline scripts or utility scripts
- make_dataset.py: script to get data
- build_features.py: script to prepare the dataset for training
- model.py: script to train model and predict
- models: directory for trained models
- trained_yolov8.pt: pytorch trained model for album recommendations
- gpt_model: directory to store the gpt model
- data: directory for project data
- raw: directory for raw data
- processed: directory to store the processed data
- outputs: directory to store the prepared data
- notebooks: directory to store any exploration notebooks used
- .gitignore: git ignore file
PubLayNet is a large dataset of document images, of which the layout is annotated with both bounding boxes and polygonal segmentations. The source of the documents is PubMed Central Open Access Subset (commercial use collection). The annotations are automatically generated by matching the PDF format and the XML format of the articles in the PubMed Central Open Access Subset.