This project is a tool that models novel scientific thinking.
Check out the demo video to see the Scientific Thinking Model in action or live here:
[Demo Video] (https://www.loom.com/share/2f6a86c3ffe24904940e79f9c19a7f12?sid=bbaa02c7-bbbf-4fe2-9c5b-82f6e0ecd836)
- Users upload pdfs of research papers
- Research papers are converted to embeddings and stored in temp vector store for Retrievel Augmented Generation
- LLM is prompted to think scientifically about the research papers and detail its analysis step by step
- Then it synthesizes the analysis of the papers to create a novel hypotheses and corresponding experiments step by step
To run this project locally, follow these steps:
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 in your browser
- On the live link you are not able to upload pdf file larger than 5mb
Contributions are welcome! Please feel free to submit a Pull Request.