A full-stack application featuring a machine learning pipeline backend and an interactive frontend dashboard.
- Backend: Python, FastAPI
- Frontend: React
- Machine Learning: Custom Python ML pipeline and neural network components
app.py- Main FastAPI backend serverfrontend/- React frontend dashboard interfaceml_pipeline/- Machine learning training and prediction pipelineneural_net/- Neural network architecture and model logic
Navigate to the project root and start your Python environment:
source neural_net_env/bin/activate
pip install -r requirements.txt # (or install dependencies as needed)
uvicorn app:app --reload