Skip to content

Commit

Permalink
Merge pull request #107 from aakash-sharma25/Ai-Text-to-image
Browse files Browse the repository at this point in the history
Ai text to image
  • Loading branch information
Ayu-hack authored Oct 6, 2024
2 parents d370f2e + 7e41d0d commit a4b3add
Show file tree
Hide file tree
Showing 13 changed files with 17,907 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Text-To-Image-main/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
48 changes: 48 additions & 0 deletions Text-To-Image-main/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@

# Details
A simple text to image generator using hugging face api


## Tech Stack

React js, TailwindCSS


## Run Locally

Clone the project

```bash
https://github.com/aakash-sharma25/Text-To-Image.git
```

Go to the project directory

```bash
cd Text-To-Image
```

Install dependencies

```bash
npm install
```

Start the project

```bash
npm run start
```
View project on

```bash
http://localhost:3000/
```


## Environment Variables

To run this project, you will need to add the following environment variables to your .env file

`REACT_APP_HUGGING_FACE_API_TOKEN`= 'hugging face token'

Loading

0 comments on commit a4b3add

Please sign in to comment.