A full-stack AI chatbot built with Python (Flask) and Ollama LLM, featuring a sleek dark-mode hacker UI.
- 🧠 Powered by LLaMA 3.1 8B (runs 100% locally)
- 💬 Chat history (remembers conversation)
- ⌨️ Typing animation
- 📋 Copy message button
- 🌑 Dark hacker-style UI
- 📱 Mobile + Laptop friendly
- Frontend: HTML, CSS, JavaScript
- Backend: Python, Flask
- AI: Ollama + mannix/llama3.1-8b-abliterated
git clone https://github.com/YOUR_USERNAME/NeuralChat.git cd NeuralChat
pip install flask requests
ollama run mannix/llama3.1-8b-abliterated
python app.py
Hemanth — First Year AIML Student