Skip to content

thebekhruz/Semantic_Search_v2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project_name/ │ ├── data/ # Store raw and processed data │ ├── raw/ # Raw data files │ └── processed/ # Processed data files │ ├── eda/ # Exploratory Data Analysis and preprocessing │ ├── notebooks/ # Jupyter notebooks for EDA │ ├── scripts/ # Python scripts for preprocessing │ └── outputs/ # Visualizations or analysis outputs │ ├── neo4j_setup/ # Files for initializing and interacting with Neo4j │ ├── config/ # Configuration files │ ├── scripts/ # Initialization scripts (e.g., Cypher queries) │ └── connectors/ # Python scripts to connect to Neo4j │ ├── app/ # Streamlit application │ ├── pages/ # Streamlit multi-page scripts │ ├── components/ # Reusable components (e.g., custom widgets) │ ├── static/ # Static assets like images or CSS │ └── app.py # Main entry point for the Streamlit app │ ├── utils/ # Utility functions shared across the project │ └── init.py # Marks this as a Python package │ ├── tests/ # Tests for the project │ ├── test_eda.py # Tests for EDA scripts │ ├── test_app.py # Tests for Streamlit app │ └── test_neo4j.py # Tests for Neo4j setup │ ├── README.md # Project overview and instructions ├── requirements.txt # Python dependencies ├── setup.py # Package configuration if distributing └── .gitignore # Files to ignore in version control

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published