TF-IDF based search using Rust
Index your files and search for keywords in a jiffy.
- index
- search
PDF, TXT support, Ms-Word, PPT(x) & API support !
more support to come !
List the software and tools that need to be installed before setting up your project.
Step-by-step instructions on how to install and set up your Rust project. Include prerequisites, dependencies, and any other important information.
# Clone the repository
git clone https://github.com/momus2000/mus-search.git
# Navigate to the project directory
cd mus_search
# Build the project
cargo build
# generate the index
cargo run index ./data
# perform search
cargo run --release serve