To get started:
Clone the repository
git clone https://github.com/mtalaga20/IRTwitterSearch.git
Install requirements
pip install -r requirements
Create the index for the first time
py createIndex.py
Viewable at: https://www.tweetletweetle.com/
Run "py api_handler" to run the backend
Separately, enter directory "frontend" and run "npm install" (first time) and "npm start" (everytime)
This frontend was created using create-react-app
- The Twitter Logo is copyright by Twitter, used here under the Apache 2.0 License for Free Redistribution
- Material UI used for frontend appearances