Skip to content

A simple search engine written in Angular and Flask, using gensim to calculate Tfidf and cosine similarity

License

Notifications You must be signed in to change notification settings

zhanghx0905/simple-search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-search-engine

Requirements

  • Python 3.9 or newer
  • Nodejs

Building

For backend,

cd backend
# Set up environment
pip install -r requirements.txt
python -m spacy download en_core_web_sm

# run backend server
flask run

For frontend,

cd frontend
npm install
npm start ng serve --open

You should see the web application at http://localhost:4200.

References

The frontend Angular application is modified from AldoHub/angular-search-engine. Thanks a lot.

About

A simple search engine written in Angular and Flask, using gensim to calculate Tfidf and cosine similarity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published