Ask and we give you wise quotes from your own books.
Developed for UGAHacks 8 (2023): Devpost submission
cd frontend
npm install
npm start
Open the app at http://localhost:3000
cd backend
pip install -r requirements.txt
python app.py
The backend is alive at http://localhost:8000.
If you are experiencing any issues with the nltk
library, feel free to reference this link:
https://www.nltk.org/data.html