Skip to content

Commit 568f45f

Browse files
Added files for Document
0 parents  commit 568f45f

34 files changed

+571614
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Venmurasu Site Indexing
2+
3+
To run the project, open two parallel powershells
4+
5+
```powershell
6+
cd backend
7+
python main.py
8+
```
9+
10+
```powershell
11+
cd frontend
12+
npm install
13+
npm start
14+
```
15+
16+
Backend starts at http://localhost:5000
17+
Frontend runs at http://localhost:3000
18+
19+
### Output looks like this :
20+
21+
<img src="testing\output.jpeg"></img>
22+
23+
Notes:
24+
25+
In "testing" folder,
26+
<ul>
27+
<li>Venmurasu_Indexing.ipynb file contains the legacy testing and implementaion of the algorithm</li>
28+
<li>WordSplitting.ipynb file contains code specific to word splitting algorithm</li>
29+
<li>Indexing_Metrices.ipynb files contains calculating the efficiency of result</li>
30+
</ul>

0 commit comments

Comments
 (0)