BioAnswer is a React application that provides answers to biological queries based on scientific papers.
The application can be set up and run on Replit.com, a free online IDE and hosting service.
On the Replit homepage, click the + New Repl button in the top right. In the popup, select the Import from GitHub tab, and then paste the URL of your GitHub repository.
The application has a few dependencies which can be installed with the following command:
npm installYour application will run at https://<your-repl-name>.replit.run.
- Users can ask biological questions in the search bar.
- Search results display the title and abstract of a relevant scientific paper.
- The queried term is highlighted in the search results.
- An AI model generates an answer to the question, which is displayed below the search bar.
- React.js
- CSS
react-highlight-wordslibrary
- Integrate with a backend/API to fetch paper data and AI-generated answers.
- Enhance UI design and responsiveness.