https://github.com/rasperon/schogolar
Schogolar is a platform designed to help students and researchers easily access and understand academic content. By leveraging advanced AI models and structured approaches, Schogolar aims to make academic research simpler, faster, and more accessible to everyone.
https://github.com/rasperon/schogolar
academic academy-project ai backend chatgpt education frontend gpt nodejs typescript vite
Last synced: 12 months ago
JSON representation
Schogolar is a platform designed to help students and researchers easily access and understand academic content. By leveraging advanced AI models and structured approaches, Schogolar aims to make academic research simpler, faster, and more accessible to everyone.
- Host: GitHub
- URL: https://github.com/rasperon/schogolar
- Owner: rasperon
- Created: 2024-12-04T12:50:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-16T18:35:41.000Z (over 1 year ago)
- Last Synced: 2025-04-11T19:59:53.933Z (about 1 year ago)
- Topics: academic, academy-project, ai, backend, chatgpt, education, frontend, gpt, nodejs, typescript, vite
- Language: TypeScript
- Homepage: https://schogolar.vercel.app
- Size: 197 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Schogolar

Schogolar is a platform designed to help students and researchers easily access and understand academic content. By leveraging advanced AI models and structured approaches, Schogolar aims to make academic research simpler, faster, and more accessible to everyone.
## Features
- **Academic Assistance**: Easily access academic papers, articles, and research with accurate summaries and insights.
- **AI Integration**: Using advanced AI models to process and summarize complex academic texts.
- **User-Friendly Interface**: A clean and simple design for a smooth user experience.
- **Three API Routes**:
1. **/academic**: Displays the researched result along with its source.
2. **/fast**: Provides a short, simple summary suitable for a young child.
3. **/nolie**: Validates if the provided information is accurate.
## Setup
1. Clone the repository:
```bash
git clone https://github.com/rasperon/schogolar.git
```
2. Install dependencies:
```bash
npm install
```
3. Start the development server:
```bash
npm run dev
```
4. Visit [http://localhost:3000](http://localhost:3000) to view the application.
## Contributing
We welcome contributions to Schogolar! If you'd like to contribute, please fork the repository and submit a pull request. You can also report issues or suggest features by opening an issue.
---
# Schogolar

Schogolar, öğrencilerin ve araştırmacıların akademik içeriklere kolayca erişmesini ve anlamasını sağlayan bir platformdur. Gelişmiş AI modelleri ve yapılandırılmış yaklaşımlar kullanarak, Schogolar akademik araştırmayı daha basit, hızlı ve erişilebilir hale getirmeyi amaçlamaktadır.
## Özellikler
- **Akademik Yardım**: Akademik makalelere, yazılara ve araştırmalara kolay erişim ve doğru özetler.
- **AI Entegrasyonu**: Karmaşık akademik metinleri işleyip özetlemek için gelişmiş AI modelleri kullanır.
- **Kullanıcı Dostu Arayüz**: Kullanıcı deneyimini iyileştirmek için temiz ve basit bir tasarım.
- **Üç API Rotası**:
1. **/academic**: Araştırılan sonucu kaynağıyla birlikte gösterir.
2. **/fast**: Kısa ve basit bir özet sunar, 6 yaşındaki bir çocuğa uygun.
3. **/nolie**: Sunulan bilginin doğru olup olmadığını kontrol eder.
## Kurulum
1. Depoyu klonlayın:
```bash
git clone https://github.com/rasperon/schogolar.git
```
2. Bağımlılıkları yükleyin:
```bash
npm install
```
3. Geliştirme sunucusunu başlatın:
```bash
npm run dev
```
4. [http://localhost:5173](http://localhost:5173) adresinden uygulamayı görüntüleyin.
## Katkı Sağlama
Schogolar'a katkı sağlamak isteyen herkesi bekliyoruz! Katkı sağlamak için depoyu forklayın ve bir pull request gönderin. Ayrıca, sorun bildirebilir veya yeni özellikler önererek bir sorun açabilirsiniz.
---