Releases: svenhven/nexus-ai
Releases · svenhven/nexus-ai
v0.1.0
v0.1.0 - Initial Release
Welcome to the first release of Nexus AI! This version includes:
- Sentiment Analysis with
distilbert-base-uncased-finetuned-sst-2-english
for accurate text sentiment classification. - Modern UI built with Next.js, Tailwind CSS, and Framer Motion for a sleek, animated interface.
- FastAPI Backend with SQLite for lightweight, scalable API support.
Getting Started
- Clone the repo:
git clone https://github.com/svenhven/nexus-ai.git
- Install dependencies and run:
- Backend:
cd backend && python main.py
- Frontend:
cd frontend && npm run dev
- Backend:
- Try it at
http://localhost:3000
!
What's Next?
- Multi-agent support (summarization, Q&A, etc.)
- History tracking and UI enhancements
- Community contributions welcome! 🚀