Full-stack chat app with real-time AI sentiment analysis (React, React Native, .NET Core, Python)
0
stars
10
commits
JavaScript
primary language
Oct 8, 2025
updated
FullStack + AI Stajyer Projesi - Gerçek zamanlı sohbet ve AI duygu analizi
Kullanıcıların mesajlaşabildiği, her mesajın AI tarafından pozitif/nötr/negatif analiz edildiği web + mobil uygulama.
| Platform | URL |
|---|---|
| Web App | fullstack-ai-chat-sentiment-app.vercel.app |
| Backend API | Health |
| AI Service | HuggingFace Space |
cd backend/ChatSentimentAPI
dotnet restore
dotnet ef database update
dotnet run
# API: https://localhost:7211/swagger
cd frontend
npm install
npm run dev
# Web: http://localhost:5173
cd ai-service
pip install -r requirements.txt
python app.py
# Gradio: http://127.0.0.1:7860
cd mobile
npm install
npm run android
# APK build: npm run build:apk
Frontend & Backend tamamına yakını elle yazıldı:
AI Service & Mobile kısımlarında yardım alındı:
| GitHub Copilot | | ChatGPT GPT-4.1 | | Claude Sonnet 4.5 | | Google Gemini 2.0 | | DeepSeek |
AI Katkısı: ~25% (AI Service + Mobile)
Elle Yazılan: ~75% (Frontend + Backend)
3 günlük plan:
| Zorluk | Çözüm |
|---|---|
| Render cold start (50s) | Frontend loading state + retry logic |
| HF Space slow first request | Mock sentiment fallback |
| React Native path length | Project path kısaltma |
| CORS errors | Backend AllowAll CORS policy |
fullstack-ai-chat/
├── frontend/ # React web app
├── backend/ # .NET 8 API
├── ai-service/ # Python Gradio
└── mobile/ # React Native
Detaylı dokümantasyon:
Burak Beyter
10 commits
JavaScript
47.6%
C#
38.3%
Python
7.3%
Kotlin
1.7%
Ruby
1.5%
Swift
1.3%
Shell
1.3%
Full-stack chat app with real-time AI sentiment analysis (React, React Native, .NET Core, Python)
0
stars
10
commits
JavaScript
primary language
Oct 8, 2025
updated
FullStack + AI Stajyer Projesi - Gerçek zamanlı sohbet ve AI duygu analizi
Kullanıcıların mesajlaşabildiği, her mesajın AI tarafından pozitif/nötr/negatif analiz edildiği web + mobil uygulama.
| Platform | URL |
|---|---|
| Web App | fullstack-ai-chat-sentiment-app.vercel.app |
| Backend API | Health |
| AI Service | HuggingFace Space |
cd backend/ChatSentimentAPI
dotnet restore
dotnet ef database update
dotnet run
# API: https://localhost:7211/swagger
cd frontend
npm install
npm run dev
# Web: http://localhost:5173
cd ai-service
pip install -r requirements.txt
python app.py
# Gradio: http://127.0.0.1:7860
cd mobile
npm install
npm run android
# APK build: npm run build:apk
Frontend & Backend tamamına yakını elle yazıldı:
AI Service & Mobile kısımlarında yardım alındı:
| GitHub Copilot | | ChatGPT GPT-4.1 | | Claude Sonnet 4.5 | | Google Gemini 2.0 | | DeepSeek |
AI Katkısı: ~25% (AI Service + Mobile)
Elle Yazılan: ~75% (Frontend + Backend)
3 günlük plan:
| Zorluk | Çözüm |
|---|---|
| Render cold start (50s) | Frontend loading state + retry logic |
| HF Space slow first request | Mock sentiment fallback |
| React Native path length | Project path kısaltma |
| CORS errors | Backend AllowAll CORS policy |
fullstack-ai-chat/
├── frontend/ # React web app
├── backend/ # .NET 8 API
├── ai-service/ # Python Gradio
└── mobile/ # React Native
Detaylı dokümantasyon:
Burak Beyter
10 commits
JavaScript
47.6%
C#
38.3%
Python
7.3%
Kotlin
1.7%
Ruby
1.5%
Swift
1.3%
Shell
1.3%