8000 GitHub - Nayan-135/FontSense
[go: up one dir, main page]

Skip to content

Nayan-135/FontSense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

FontSense - AI Font Recognition System

FontSense Logo (Replace with actual logo if available)

A full-stack application that identifies fonts from images using deep learning, with a Flask API server and React frontend.


πŸ› οΈ Installation Guide

πŸ“Œ Backend (Flask API)

# Navigate to backend
cd back

# Create virtual environment
python -m venv venv

# Activate virtual environment
# On Windows:
venv\Scripts\activate
# On Mac/Linux:
source venv/bin/activate

# Install Python dependencies
pip install -r requirements.txt

# Run the Flask server
python app.py

πŸ“ The Flask API will be available at: http://localhost:5000

🎨 Frontend (React App)
bash
# Navigate to frontend
cd ../Frontend1

# Install frontend dependencies
npm install

# Start the development server
npm run dev
πŸ“ The React app will be available at: http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0