Skip to content

Hemanth-2OOT/NeuralChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 NeuralChat — AI Study Assistant

A full-stack AI chatbot built with Python (Flask) and Ollama LLM, featuring a sleek dark-mode hacker UI.

✨ Features

  • 🧠 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

🛠️ Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Python, Flask
  • AI: Ollama + mannix/llama3.1-8b-abliterated

🚀 How to Run

1. Clone the repo

git clone https://github.com/YOUR_USERNAME/NeuralChat.git cd NeuralChat

2. Install dependencies

pip install flask requests

3. Start Ollama

ollama run mannix/llama3.1-8b-abliterated

4. Run the app

python app.py

5. Open browser

http://127.0.0.1:5000

👨‍💻 Built By

Hemanth — First Year AIML Student

About

AI Study Assistant built with Flask and Ollama

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors