Welcome to BrainCalc.ai, a state-of-the-art smart calculator that leverages AI to provide advanced, intelligent calculations.
- Frontend: React
- Backend: Python with FastAPI
- AI/ML: Advanced algorithms for smart computations
- Python 3.8+
- Node.js 14+
pip
(Python package installer)npm
(Node package manager)
-
Clone the Repository:
git clone https://github.com/yourusername/BrainCalc.ai.git cd BrainCalc.ai
-
Frontend Installation:
cd mathnotes
npm install
npm run dev
- Backend Installation:
cd ..
python -m venv venv
source venv/bin/activate # Use `venv\Scripts\activate` on Windows
python main.py
- Demo Video