This is the open-source version of the AI Academic Paper Search by 302.AI. You can log in directly to 302.AI and use the online version with zero code and zero configuration, or modify this project according to your own needs, input your API KEY from 302.AI, and deploy it yourself.
302.AI is a pay-as-you-go AI application platform designed to solve the last mile problem of AI implementation for users.
- π§ It aggregates the latest and most comprehensive AI capabilities and brands, including but not limited to language models, image models, audio models, and video models.
- π Conducts deep application development on foundational models, creating real AI products rather than simple chatbots.
- π° Zero monthly fees, all features are available on a pay-as-you-go basis, fully open with truly low barriers and high limits.
- π A powerful management backend aimed at teams and SMEs, allowing one-person management and multi-user access.
- π All AI capabilities provide API access, and all tools are open source for customization (in progress).
- π‘ A strong development team releases 2-3 new applications each week, with daily product updates. Developers interested in joining us are welcome to contact us.
-
π€ PDF Translation:
- Real-time translation of PDF content, supporting multiple languages.
- Allows users to select the target language for multilingual access to document content.
-
π€ AI Full Text Parsing:
- Utilizes AI technology to automatically parse the full text of papers, extracting key content and information.
- Provides summaries and analyses of the paper content, helping users quickly understand the core of the paper.
-
π§ AI Q&A System:
- Offers intelligent Q&A functionality, allowing users to ask questions about specific paper texts.
- AI generates answers in real-time based on the paper content, improving the efficiency of information retrieval.
-
π Comprehensive Internationalization: Supports interface switching between Chinese, English, and Japanese.
With AI Academic Paper Search, we can easily and quickly access paper information. ππ» Let's explore the AI-driven world of coding together! ππ
- React
- Tailwind CSS
- Shadcn UI
- Clone the project
git clone https://github.com/302ai/302_academic_thesis_search
- Install dependencies
npm install
- Configure the 302 API KEY according to .env.example
- Run the project
npm dev
- Build and deploy
docker build -t academic-thesis-search . && docker run -p 3000:80 academic-thesis-search