TechEnthuPSG / IndexingFinal

Solution for "Venmurasu Site Indexing" project of Venmurasu Programming Contest conducted by PSG College of Technology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Venmurasu Site Indexing

To run the project, open two parallel powershells

cd backend
python main.py
cd frontend
npm install
npm start

Backend starts at http://localhost:5000 Frontend runs at http://localhost:3000

Output looks like this :

Notes:

In "testing" folder,

  • Venmurasu_Indexing.ipynb file contains the legacy testing and implementaion of the algorithm
  • WordSplitting.ipynb file contains code specific to word splitting algorithm
  • Indexing_Metrices.ipynb files contains calculating the efficiency of result

About

Solution for "Venmurasu Site Indexing" project of Venmurasu Programming Contest conducted by PSG College of Technology


Languages

Language:Jupyter Notebook 94.4%Language:JavaScript 2.8%Language:Python 2.2%Language:HTML 0.6%Language:CSS 0.1%