Skip to content

Search tool that quickly finds and suggests the most relevant courses based on what the user is looking.

Notifications You must be signed in to change notification settings

Quantamaster/Search-System-LLM-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

# Smart Course Search

## Setup
1. Install requirements: `pip install -r requirements.txt`
2. Load course data in `data/courses.csv`.

## Usage
Run the search:
```bash
python app.py


### 4. Hosting on GitHub
1. Initialize a Git repository and commit your code.
2. Push to GitHub:
   ```bash
   git init
   git add .
   git commit -m "Initial commit of smart search system"
   git remote add origin <your-github-repo-url>
   git push -u origin main

About

Search tool that quickly finds and suggests the most relevant courses based on what the user is looking.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages