Skip to content

amanchaudhary-95/semantic

Repository files navigation

BITS PILANI Final dissertation GitHub Repo

Objective

DEVELOPMENT OF A SEMANTIC SEARCH ENGINE TO FIND RELEVANT DOCUMENTS FROM A CORPUS OF SCANNED DOCUMENTS

Streamlit App

This repository contains a Streamlit app. Follow the steps below to set up the environment, install dependencies, and run the app.

Prerequisites

  • Python 3.x installed on your machine
  • pip (Python package installer)

Installation

  1. Clone the repository:

    git clone https://github.com/amanchaudhary-95/semantic.git
    cd semantic
  2. Create and activate a virtual environment (optional but recommended):

    On Windows:

    python -m venv venv
    venv\Scripts\activate
  3. Install dependencies from requirements.txt:

pip install -r requirements.txt

Running the App Run the Streamlit app:

streamlit run Search.py

Access the app:

After running the above command, a new tab should automatically open in your default web browser. If it does not, open a browser and go to the URL:

http://localhost:8501

About

BITS PILANI Final dissertation GitHub Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published