質問

I am attempting to make a search engine application which can be hosted on the web. Currently I have a python code for a search engine (using "whoosh" if anyone if familiar with it). FOr this we can type in query and it gives some results.

But now I want to make a running search engine application where user can give input and the results are displayed just as the way Google search works. Can someone give some pointers about what application development software/package (python based) which can be used for this?

役に立ちましたか?

解決

Why don't you just make a website? Use something like Flask to take in your requests, process them with your Python code and then spit out results accordingly?

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top