FeastFinder is a restaurant search platform that recommends restaurants and menu items based on your natural language queries. It is like “Google for restaurants”.
-
Understanding Natural Language: Uses language processing to understand natural language queries and generate filter objects for accurate results.
-
Versatile Search: Allows users to filter restaurants based on their preference for location, budget, main ingredients, occation.
-
Interactive User Interface: Offers a user-friendly and intuitive interface that enhances the overall user experience.
-
Firebase Realtime Database: Uses Google Firebase to store and sync app data in realtime.
- Clone this repository to your local machine.
- Install the required dependencies using
npm install
oryarn install
. - Run the application using
npm start
oryarn start
. - Access the application at
localhost:3000
in your web browser.
- React
- Firebase
- Chakra UI
Please see the Changelog for more details.
Contributions, issues, and feature requests are welcome! Feel free to check issues page if you want to contribute.
- Faiaz Azmain - Initial work - fazmain
This project is licensed under the MIT License - see the LICENSE.md file for details.