BITS PILANI Final dissertation GitHub Repo
DEVELOPMENT OF A SEMANTIC SEARCH ENGINE TO FIND RELEVANT DOCUMENTS FROM A CORPUS OF SCANNED DOCUMENTS
This repository contains a Streamlit app. Follow the steps below to set up the environment, install dependencies, and run the app.
- Python 3.x installed on your machine
pip
(Python package installer)
-
Clone the repository:
git clone https://github.com/amanchaudhary-95/semantic.git cd semantic
-
Create and activate a virtual environment (optional but recommended):
On Windows:
python -m venv venv venv\Scripts\activate
-
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